Bogdanov D.S. LabWork01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork01"
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 +44,4 @@
public bool StatusUpdate(OrderBindingModel model, OrderStatus newStatus)
{
CheckModel(model);
CheckModel(model, false);
@ -0,0 +14,4 @@
{
public int ComputerId { get; private set; }
public string ComputerName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +53,4 @@
{
return;
}
ComputerId = model.ComputerId;
Не требуется обновлять все данные, только статус и дату выполнения
@ -0,0 +100,4 @@
this.Controls.Add(this.labelPrice);
this.Controls.Add(this.labelName);
this.Name = "FormComponent";
this.Text = "FormComponent";
Заголовок формы оформлен неверно
@ -0,0 +97,4 @@
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormComponents";
this.Text = "Form1";
Заголовок формы оформлен неверно
@ -0,0 +198,4 @@
this.Controls.Add(this.labelCost);
this.Controls.Add(this.labelName);
this.Name = "FormComputer";
this.Text = "FormComputer";
Заголовок формы оформлен неверно
@ -0,0 +102,4 @@
this.Controls.Add(this.labelAmount);
this.Controls.Add(this.labelName);
this.Name = "FormComputerComponent";
this.Text = "FormComputerComponent";
Заголовок формы оформлен неверно
@ -0,0 +96,4 @@
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormComputers";
this.Text = "FormComputers";
Заголовок формы оформлен неверно
@ -0,0 +123,4 @@
this.Controls.Add(this.labelAmount);
this.Controls.Add(this.labelComputerName);
this.Name = "FormCreateOrder";
this.Text = "FormCreateOrder";
Заголовок формы оформлен неверно
@ -0,0 +148,4 @@
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "FormMain";
this.Text = "FormMain";
Заголовок формы оформлен неверно
Pull request closed