PIBD-14_Lavrova_K.I._LabWork03_Simple #5

Closed
Kristik wants to merge 3 commits from LabWork03 into LabWork02
Owner
No description provided.
Kristik added 3 commits 2024-05-20 14:36:17 +04:00
Kristik changed title from PIBD-14_Lavrova_K.I._LabWork03_Simple to WIP: PIBD-14_Lavrova_K.I._LabWork03_Simple 2024-05-20 14:36:30 +04:00
Kristik changed title from WIP: PIBD-14_Lavrova_K.I._LabWork03_Simple to PIBD-14_Lavrova_K.I._LabWork03_Simple 2024-05-20 14:36:43 +04:00
eegov approved these changes 2024-05-25 19:52:53 +04:00
eegov left a comment
Collaborator

Имеются конфликты пула

Проверено

Имеются конфликты пула Проверено
@ -0,0 +33,4 @@
public int Insert(T obj)
{
// TODO вставка в свободное место набора
int index = 0;
Collaborator

Правильнее было вызвать Insert(T obj, 0);

Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +184,4 @@
}
pictureBox.Image = _company.Show();
}
private void pictureBox1_Click(object sender, EventArgs e)
Collaborator

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

Пустых методов быть не должно
eegov closed this pull request 2024-05-25 19:53:00 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kristik/PIBD-14_Lavrova_K.I._Simple#5
No description provided.