ПИбд-14 Бочкарёва Е. Лабораторная работа №3 #3

Closed
vettaql wants to merge 1 commits from Lab3 into Lab2
Owner
No description provided.
vettaql added 5 commits 2024-04-11 11:32:21 +04:00
Collaborator

В настройках пула в качестве ветки назначения выставлять ветку от предыдущей лабораторной

В настройках пула в качестве ветки назначения выставлять ветку от предыдущей лабораторной
eegov changed target branch from main to Lab2 2024-04-14 10:54:38 +04:00
eegov approved these changes 2024-04-14 10:55:50 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +51,4 @@
public int Insert(T obj)
{
// вставка в свободное место набора
for (int i = 0; i < Count; i++)
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
@ -165,2 +138,4 @@
}
private void pictureBoxTank_Click(object sender, EventArgs e)
Collaborator

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

Пустых методов быть не должно
eegov closed this pull request 2024-04-14 10:55:55 +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: vettaql/PIbd-14_Bochkareva_E.P._Simple#3
No description provided.