Mochalov D.V. LabWork01_Base #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork01_Base"
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 +221,4 @@
Close();
}
private void dataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
Пустых методов быть не должно
@ -0,0 +67,4 @@
Sum = viewModel.Sum
};
CheckModel(model);
CheckModel(model, false);
@ -0,0 +14,4 @@
{
public int DocumentId { get; private set; }
public string DocumentName { get; private set; } = string.Empty;
Вычисляемое поле, не хранится в памяти
@ -0,0 +53,4 @@
{
return;
}
DocumentId = model.DocumentId;
Не требуется обновлять все данные, только статус и дату выполнения
Pull request closed