Bazunov A.I. Lab Work Hard #1 #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_1_hard"
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 +146,4 @@
this.Controls.Add(this.comboBoxName);
this.Controls.Add(this.dataGridView);
this.Name = "FormStore";
this.Text = "FormStore";
Заголовок формы оформлен неверно
@ -0,0 +122,4 @@
this.Controls.Add(this.comboBoxSushi);
this.Controls.Add(this.comboBoxStore);
this.Name = "FormStoreReplenishment";
this.Text = "FormStoreReplenishment";
Заголовок формы оформлен неверно
@ -0,0 +96,4 @@
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormStores";
this.Text = "FormStores";
Заголовок формы оформлен неверно
Pull request closed