лр2
This commit is contained in:
parent
9583e8dbee
commit
ef602fa32a
1
PrecastConcretePlant/FormComponents.Designer.cs
generated
1
PrecastConcretePlant/FormComponents.Designer.cs
generated
@ -97,6 +97,7 @@
|
|||||||
this.Controls.Add(this.DataGridView);
|
this.Controls.Add(this.DataGridView);
|
||||||
this.Name = "FormComponents";
|
this.Name = "FormComponents";
|
||||||
this.Text = "Компоненты";
|
this.Text = "Компоненты";
|
||||||
|
this.Load += new System.EventHandler(this.FormComponents_Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
1
PrecastConcretePlant/FormMain.Designer.cs
generated
1
PrecastConcretePlant/FormMain.Designer.cs
generated
@ -149,6 +149,7 @@
|
|||||||
this.MainMenuStrip = this.MenuStrip;
|
this.MainMenuStrip = this.MenuStrip;
|
||||||
this.Name = "FormMain";
|
this.Name = "FormMain";
|
||||||
this.Text = "Завод ЖБИ";
|
this.Text = "Завод ЖБИ";
|
||||||
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
||||||
this.MenuStrip.ResumeLayout(false);
|
this.MenuStrip.ResumeLayout(false);
|
||||||
this.MenuStrip.PerformLayout();
|
this.MenuStrip.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
||||||
|
1
PrecastConcretePlant/FormReinforceds.Designer.cs
generated
1
PrecastConcretePlant/FormReinforceds.Designer.cs
generated
@ -97,6 +97,7 @@
|
|||||||
this.Controls.Add(this.DataGridView);
|
this.Controls.Add(this.DataGridView);
|
||||||
this.Name = "FormReinforceds";
|
this.Name = "FormReinforceds";
|
||||||
this.Text = "ЖБИ";
|
this.Text = "ЖБИ";
|
||||||
|
this.Load += new System.EventHandler(this.FormComponents_Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PrecastConcreteFileImplement\PrecastConcretePlantFileImplement.csproj" />
|
||||||
<ProjectReference Include="..\PrecastConcretePlantBusinessLogic\PrecastConcretePlantBusinessLogic.csproj" />
|
<ProjectReference Include="..\PrecastConcretePlantBusinessLogic\PrecastConcretePlantBusinessLogic.csproj" />
|
||||||
<ProjectReference Include="..\PrecastConcretePlantContracts\PrecastConcretePlantContracts.csproj" />
|
<ProjectReference Include="..\PrecastConcretePlantContracts\PrecastConcretePlantContracts.csproj" />
|
||||||
<ProjectReference Include="..\PrecastConcretePlantDataModels\PrecastConcretePlantDataModels.csproj" />
|
<ProjectReference Include="..\PrecastConcretePlantDataModels\PrecastConcretePlantDataModels.csproj" />
|
||||||
|
@ -5,7 +5,7 @@ using NLog.Extensions.Logging;
|
|||||||
using PrecastConcretePlantBusinessLogic.BusinessLogic;
|
using PrecastConcretePlantBusinessLogic.BusinessLogic;
|
||||||
using PrecastConcretePlantContracts.BusinessLogicsContracts;
|
using PrecastConcretePlantContracts.BusinessLogicsContracts;
|
||||||
using PrecastConcretePlantContracts.StoragesContracts;
|
using PrecastConcretePlantContracts.StoragesContracts;
|
||||||
using PrecastConcretePlantListImplement.Implements;
|
using PrecastConcretePlantFileImplement.Implements;
|
||||||
|
|
||||||
namespace PrecastConcretePlant
|
namespace PrecastConcretePlant
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user