ISEbd-22.Antonova.D.V.First Labs base #1

Closed
AntonovaDaria wants to merge 1 commits from LabWork_1 into main
No description provided.
AntonovaDaria added 1 commit 2023-05-04 03:51:55 +04:00
eegov approved these changes 2023-05-06 20:05:38 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +13,4 @@
public class Order : IOrderModel
{
public int SweetsId { get; private set; }
public string SweetsName { get; private set; } = string.Empty;
Collaborator

Вычисляемое поле, не хранится в памяти

Вычисляемое поле, не хранится в памяти
@ -0,0 +157,4 @@
LoadData();
}
private void dataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
Collaborator

Пустых методов быть не должно

Пустых методов быть не должно
@ -0,0 +86,4 @@
Close();
}
private void FormSweetsIngredients_Load(object sender, EventArgs e)
Collaborator

Пустых методов быть не должно

Пустых методов быть не должно
eegov closed this pull request 2023-05-06 20:05:45 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AntonovaDaria/ISEbd-22_Antonova_D.V._Confectionery#1
No description provided.