Lab4 #8

Closed
d.agliullov wants to merge 23 commits from Lab4 into Lab3.0
Showing only changes of commit beb0249392 - Show all commits

View File

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