Agliullov D. A. Lab Work 4 Base #12

Merged
eegov merged 17 commits from Lab4 into Lab3 2022-10-14 10:07:19 +04:00
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);
}