From b47145d595c378e78f34ee5625f8391d174d576d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= <Илья@WIN-RANNDDD> Date: Mon, 12 Feb 2024 12:45:18 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IceCreamShop/IceCreamShopView/FormComponent.Designer.cs | 1 + IceCreamShop/IceCreamShopView/FormCreateOrder.cs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 {