ISEbd-22.Antonova.D.V.First Labs base #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_1"
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 +13,4 @@
public class Order : IOrderModel
{
public int SweetsId { get; private set; }
public string SweetsName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +157,4 @@
LoadData();
}
private void dataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
Пустых методов быть не должно
@ -0,0 +86,4 @@
Close();
}
private void FormSweetsIngredients_Load(object sender, EventArgs e)
Пустых методов быть не должно
Pull request closed