PIBD-12 Morozov_D.V. LabWork№2 #2

Closed
MorozovDanil wants to merge 5 commits from Lab2_base into Lab1_base
Showing only changes of commit f832c0c333 - Show all commits

View File

@ -57,7 +57,6 @@ public class DrawningContainerShip : DrawningShip
g.DrawRectangle(pen, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
g.FillRectangle(additionalBrush, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
}
//base.DrawTransport(g);
_startPosX += 5;
_startPosY += 30;