PIbd-13 Kobin V.O. LabWork03 Simple #3

Closed
vkobi wants to merge 2 commits from LabWork03 into LabWork_02
Owner
No description provided.
vkobi added 2 commits 2024-03-26 11:03:14 +04:00
eegov approved these changes 2024-03-30 19:56:54 +04:00
eegov left a comment
Collaborator

Проверено

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

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

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

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

Пустых методов быть не должно
eegov closed this pull request 2024-03-30 19:57: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: vkobi/PI-13_Kobin_V.O._Simple#3
No description provided.