PIbd-11_Gorskov_E.M._LabWork03_Simple #3
@ -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