Lisov N.A LabWork4 #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork04"
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 +34,4 @@
public List<ReportDressMaterialViewModel> GetDressMaterial()
{
var components = _materialStorage.GetFullList();
При получении изделий, у них уже есть список компонент, отдельно его получать не требуется
@ -0,0 +111,4 @@
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.panelFunctional);
this.Name = "FormReportOrders";
this.Text = "FormReportOrders";
Заголовок формы оформлен неверно
Pull request closed