Исправлено название формы заказа

This commit is contained in:
prodigygirl 2023-03-09 20:41:08 +04:00
parent 38a767f64c
commit 52a01e5931

View File

@ -123,7 +123,7 @@
this.Controls.Add(this.labelCount);
this.Controls.Add(this.labelFurniture);
this.Name = "FormCreateOrder";
this.Text = "FormCreateOrder";
this.Text = "Создание заказа";
this.Load += new System.EventHandler(this.FormCreateOrder_Load);
this.ResumeLayout(false);
this.PerformLayout();