WIP: ПИбд-12, Шляпин Юрий Александрович, 4 простая #4

Draft
yu.shlyapin wants to merge 2 commits from FourthLab into ThirdLab
Showing only changes of commit 9831779ba5 - Show all commits

View File

@ -97,7 +97,7 @@ public class DrawingSimpleAircraftCarrier
}
Pen pen = new(Color.Black);
Pen pen = new(entityAircraftCarrier.PrimaryColor,5);
Point[] point = {
new Point(_startPosX.Value, _startPosY.Value),