Изменил(а) на 'HoistingCrane/HoistingCrane/FormHoistingCrane.cs'

This commit is contained in:
RomanovEgor 2022-10-10 20:03:36 +04:00
parent dfefab6682
commit 4c1b04c199

View File

@ -66,7 +66,7 @@
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void PictureBoxBulldozer_Resize(object sender, EventArgs e)
private void pictureBoxHoistingCrane_Resize(object sender, EventArgs e)
{
_hoistingCrane?.ChangeBorders(pictureBoxHoistingCrane.Width, pictureBoxHoistingCrane.Height);
Draw();