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 7e3898123b - Show all commits

View File

@ -176,7 +176,7 @@ namespace AirBomber
{
var airplane = _setAirplanes[i];
airplane?.SetObject(maxLeft - i % countInLine * _placeSizeWidth, i / countInLine * _placeSizeHeight + 3, _pictureWidth, _pictureHeight);
airplane?.DrawningObject(g);
airplane?.DrawObject(g);
}
}
}