окончательный?
This commit is contained in:
parent
aae359ed8b
commit
301bc52fb3
@ -51,7 +51,6 @@
|
||||
panelCompanyTools.SuspendLayout();
|
||||
panelStorage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// groupBoxTools
|
||||
//
|
||||
|
@ -3,7 +3,7 @@ using ProjectAirFighter.Drawnings;
|
||||
|
||||
namespace ProjectAirFighter;
|
||||
|
||||
public partial class FormAirCollection : Form
|
||||
public partial class FormMilitaryAircraftCollection : Form
|
||||
{
|
||||
/// <summary>
|
||||
/// Хранилише коллекций
|
||||
@ -18,7 +18,7 @@ public partial class FormAirCollection : Form
|
||||
/// <summary>
|
||||
/// Конструктор
|
||||
/// </summary>
|
||||
public FormAirCollection()
|
||||
public FormMilitaryAircraftCollection()
|
||||
{
|
||||
InitializeComponent();
|
||||
_storageCollection = new();
|
||||
|
Loading…
Reference in New Issue
Block a user