From ef602fa32a9046f1b55eade6414675b6c2bfa0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=82=D1=8F=20=D0=98=D1=85=D0=BE=D0=BD=D0=BA?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0?= Date: Sat, 18 Mar 2023 18:02:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BB=D1=802?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrecastConcretePlant/FormComponents.Designer.cs | 1 + PrecastConcretePlant/FormMain.Designer.cs | 1 + PrecastConcretePlant/FormReinforceds.Designer.cs | 1 + PrecastConcretePlant/PrecastConcretePlantView.csproj | 1 + PrecastConcretePlant/Program.cs | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) 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 {