From 9d8f221930b776ac7211ec6319739e9859629660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=8F=D1=80=20=D0=90=D0=B3=D0=BB?= =?UTF-8?q?=D0=B8=D1=83=D0=BB=D0=BB=D0=BE=D0=B2?= Date: Thu, 9 Feb 2023 16:15:17 +0400 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=BF?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=BE=D0=B9=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Confectionery/FormCreateOrder.Designer.cs | 1 - Confectionery/FormCreateOrder.cs | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Confectionery/FormCreateOrder.Designer.cs b/Confectionery/FormCreateOrder.Designer.cs index ba8add5..7047902 100644 --- a/Confectionery/FormCreateOrder.Designer.cs +++ b/Confectionery/FormCreateOrder.Designer.cs @@ -127,7 +127,6 @@ this.Controls.Add(this.label1); this.Name = "FormCreateOrder"; this.Text = "Создание заказа"; - this.Load += new System.EventHandler(this.FormCreateOrder_Load_1); ((System.ComponentModel.ISupportInitialize)(this.textBoxCount)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); diff --git a/Confectionery/FormCreateOrder.cs b/Confectionery/FormCreateOrder.cs index 0655785..47cd686 100644 --- a/Confectionery/FormCreateOrder.cs +++ b/Confectionery/FormCreateOrder.cs @@ -114,12 +114,6 @@ namespace ConfectioneryView DialogResult = DialogResult.Cancel; Close(); } - - private void FormCreateOrder_Load_1(object sender, EventArgs e) - { - - - } } }