Compare commits

..

3 Commits

View File

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