Петрушин Егор ПИбд-22 Лабораторная №1 Юридическая фирма #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1"
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?
Проверено
@ -0,0 +36,4 @@
DateImplement = model.DateImplement,
};
}
public void Update(OrderBindingModel? model)
Не требуется обновлять все данные, только статус и дату, если есть
@ -0,0 +96,4 @@
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormComponents";
this.Text = "FormComponents";
Заголовок формы оформлен неверно
@ -0,0 +164,4 @@
{
LoadData();
}
private OrderBindingModel CreateBindingModel(int id, bool isDone = false)
Не требуется каждый раз передавать все данные заказа
Pull request closed