изменения

This commit is contained in:
10Г Егор Романов 2022-12-04 17:26:58 +04:00
parent 48371b6261
commit a4d2636f16

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;