Compare commits

...

3 Commits

View File

@ -269,4 +269,4 @@ public class DrawingWarship
//круг на палубе //круг на палубе
g.DrawEllipse(pen, _startPosX.Value + 78, _startPosY.Value + 12, 15, 15); g.DrawEllipse(pen, _startPosX.Value + 78, _startPosY.Value + 12, 15, 15);
} }
} }