Изменил(а) на 'HoistingCrane/HoistingCrane/FormHoistingCrane.cs'
This commit is contained in:
parent
dfefab6682
commit
4c1b04c199
@ -66,7 +66,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="sender"></param>
|
/// <param name="sender"></param>
|
||||||
/// <param name="e"></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);
|
_hoistingCrane?.ChangeBorders(pictureBoxHoistingCrane.Width, pictureBoxHoistingCrane.Height);
|
||||||
Draw();
|
Draw();
|
||||||
|
Loading…
Reference in New Issue
Block a user