Putilin P. A. Lab work 6 Base #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab6Base"
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?
Не во все реализации OrderStorage были внесены требуемые изменения
Зачтено с понижением балла(ов)
@ -0,0 +153,4 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "FormImplementer";
this.Text = "FormImplementer";
Заголовок формы оформлен неверно
@ -0,0 +103,4 @@
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormViewImplementers";
this.Text = "FormViewImplementers";
Заголовок формы оформлен неверно
@ -88,13 +88,17 @@ namespace PrecastConcretePlantBusinessLogic.BusinessLogic
}
Заказы должны переводится в статус "В работу" только в однопоточном режиме
Pull request closed