small fix

This commit is contained in:
NikGapon 2022-11-19 15:01:33 +04:00
parent c2284796b7
commit d874378d34
3 changed files with 1 additions and 4 deletions

View File

@ -104,4 +104,4 @@ namespace Airbus
DialogResult = DialogResult.OK;
}
}
}-
}

View File

@ -197,9 +197,7 @@
this.ResumeLayout(false);
}
#endregion
private GroupBox groupBoxTools;
private Button buttonShowOnMap;
private Button buttonStorage;

View File

@ -165,6 +165,5 @@ namespace Airbus
}
pictureBox.Image = _mapAirplanesCollectionGeneric.MoveObject(dir);
}
}
}