diff --git a/PrecastConcretePlant/FormComponents.Designer.cs b/PrecastConcretePlant/FormComponents.Designer.cs index 7e4c926..f29fcc3 100644 --- a/PrecastConcretePlant/FormComponents.Designer.cs +++ b/PrecastConcretePlant/FormComponents.Designer.cs @@ -97,6 +97,7 @@ this.Controls.Add(this.DataGridView); this.Name = "FormComponents"; this.Text = "Компоненты"; + this.Load += new System.EventHandler(this.FormComponents_Load); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit(); this.ResumeLayout(false); diff --git a/PrecastConcretePlant/FormMain.Designer.cs b/PrecastConcretePlant/FormMain.Designer.cs index 423d8c2..ddcd7af 100644 --- a/PrecastConcretePlant/FormMain.Designer.cs +++ b/PrecastConcretePlant/FormMain.Designer.cs @@ -149,6 +149,7 @@ this.MainMenuStrip = this.MenuStrip; this.Name = "FormMain"; this.Text = "Завод ЖБИ"; + this.Load += new System.EventHandler(this.FormMain_Load); this.MenuStrip.ResumeLayout(false); this.MenuStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit(); diff --git a/PrecastConcretePlant/FormReinforceds.Designer.cs b/PrecastConcretePlant/FormReinforceds.Designer.cs index 14d9464..0520ddc 100644 --- a/PrecastConcretePlant/FormReinforceds.Designer.cs +++ b/PrecastConcretePlant/FormReinforceds.Designer.cs @@ -97,6 +97,7 @@ this.Controls.Add(this.DataGridView); this.Name = "FormReinforceds"; this.Text = "ЖБИ"; + this.Load += new System.EventHandler(this.FormComponents_Load); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit(); this.ResumeLayout(false); diff --git a/PrecastConcretePlant/PrecastConcretePlantView.csproj b/PrecastConcretePlant/PrecastConcretePlantView.csproj index 4240b94..aa58eb5 100644 --- a/PrecastConcretePlant/PrecastConcretePlantView.csproj +++ b/PrecastConcretePlant/PrecastConcretePlantView.csproj @@ -13,6 +13,7 @@ + diff --git a/PrecastConcretePlant/Program.cs b/PrecastConcretePlant/Program.cs index 9f1cda8..706296f 100644 --- a/PrecastConcretePlant/Program.cs +++ b/PrecastConcretePlant/Program.cs @@ -5,7 +5,7 @@ using NLog.Extensions.Logging; using PrecastConcretePlantBusinessLogic.BusinessLogic; using PrecastConcretePlantContracts.BusinessLogicsContracts; using PrecastConcretePlantContracts.StoragesContracts; -using PrecastConcretePlantListImplement.Implements; +using PrecastConcretePlantFileImplement.Implements; namespace PrecastConcretePlant {