Исправлено название формы заказа
This commit is contained in:
parent
38a767f64c
commit
52a01e5931
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user