Доработка лабораторной работы
This commit is contained in:
parent
573c6ff076
commit
1428ec784d
@ -220,7 +220,7 @@ public class DrawingAirplan
|
||||
{
|
||||
return;
|
||||
}
|
||||
Pen pen = new(Color.Black);
|
||||
Pen pen = new Pen(EntityAirplan.BodyAirbus);
|
||||
|
||||
//корпус
|
||||
g.DrawRectangle(pen, _startPosX.Value, _startPosY.Value + 20, 100, 20);
|
||||
|
Loading…
Reference in New Issue
Block a user