Romanov E.V. LabWork5 #17

Closed
RomanovEgor wants to merge 20 commits from 5LAB into 4LAB
Showing only changes of commit a4d2636f16 - Show all commits

View File

@ -95,6 +95,7 @@ namespace HoistingCrane
gr.DrawLine(pen, i * _placeSizeWidth, 0, i * _placeSizeWidth, (_pictureHeight / _placeSizeHeight) * _placeSizeHeight);
}
}
private void DrawHoistingCranes(Graphics gr)
{
int heightEl = _pictureHeight / _placeSizeHeight;