PIbd-21 Belianin N.N. LabWork03 Hard #4

Closed
Belnik wants to merge 21 commits from LabWork03 into LabWork02
2 changed files with 0 additions and 2 deletions
Showing only changes of commit e7b1870731 - Show all commits

View File

@ -22,7 +22,6 @@ public class DrawingStarOrnament implements IOrnamentForm {
wheels = CountWheels.Two;
break;
}
}
public void CaterpillarStar(Graphics g, int _startPosX, int _startPosY) {

View File

@ -22,7 +22,6 @@ public class DrawingSuspensionOrnament implements IOrnamentForm {
wheels = CountWheels.Two;
break;
}
}
public void DrawWheels(Graphics g, int _startPosX, int _startPosY){