diff --git a/IceCreamShop/IceCreamShopView/FormComponent.Designer.cs b/IceCreamShop/IceCreamShopView/FormComponent.Designer.cs index b15d0b3..0102b94 100644 --- a/IceCreamShop/IceCreamShopView/FormComponent.Designer.cs +++ b/IceCreamShop/IceCreamShopView/FormComponent.Designer.cs @@ -106,6 +106,7 @@ Name = "FormComponent"; StartPosition = FormStartPosition.CenterScreen; Text = "Компонент"; + Load += FormComponent_Load; ResumeLayout(false); PerformLayout(); } diff --git a/IceCreamShop/IceCreamShopView/FormCreateOrder.cs b/IceCreamShop/IceCreamShopView/FormCreateOrder.cs index f93a15b..b589fd6 100644 --- a/IceCreamShop/IceCreamShopView/FormCreateOrder.cs +++ b/IceCreamShop/IceCreamShopView/FormCreateOrder.cs @@ -3,8 +3,6 @@ using IceCreamShopContracts.BusinessLogicsContracts; using IceCreamShopContracts.SearchModels; using IceCreamShopContracts.ViewModels; using Microsoft.Extensions.Logging; -using Microsoft.VisualBasic.Logging; -using System.Windows.Forms; namespace IceCreamShopView {