Agliullov D. A. Lab Work 3 Base #11

Merged
eegov merged 19 commits from Lab3 into Lab2 2022-10-14 10:03:33 +04:00
Showing only changes of commit e89afef208 - Show all commits

@ -32,7 +32,7 @@ namespace AirBomber
_airplane.SetPosition(x, y, width, height);
}
void IDrawningObject.DrawningObject(Graphics g)
public void DrawObject(Graphics g)
{
_airplane?.DrawTransport(g);
}