Лабораторная работа №2

This commit is contained in:
victinass 2024-03-06 20:53:32 +04:00
commit 458e2753c7

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);
} }
} }