PIbd-23 Firsov Kirill LabWork 01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork#1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -3,7 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Название проекта не соответствует варианту
@ -0,0 +100,4 @@
this.Controls.Add(this.labelCost);
this.Controls.Add(this.labelName);
this.Name = "FormComponent";
this.Text = "FormComponent";
Заголовок формы оформлен неверно
@ -0,0 +75,4 @@
LoadData();
}
}
private OrderBindingModel CreateBindingModel(int id, bool isDone = false)
Не требуется каждый раз передавать все данные заказа
Pull request closed