Agliullov D. A. Lab work 1 Base #2

Closed
d.agliullov wants to merge 14 commits from Lab1_Base into main
2 changed files with 0 additions and 7 deletions
Showing only changes of commit 9d8f221930 - Show all commits

View File

@ -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();

View File

@ -114,12 +114,6 @@ namespace ConfectioneryView
DialogResult = DialogResult.Cancel;
Close();
}
private void FormCreateOrder_Load_1(object sender, EventArgs e)
{
}
}
}