ISEbd-12_Isaeva_V.D_Simple_LabWork03 #3

Closed
Victoria_Isaeva wants to merge 2 commits from LabWork03 into LabWork02
No description provided.
Victoria_Isaeva added 1 commit 2024-04-04 12:12:24 +04:00
eegov approved these changes 2024-04-14 15:14:26 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +55,4 @@
public int Insert(T obj)
{
// TODO вставка в свободное место набора
int index = 0;
Collaborator

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

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

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

Пустых методов быть не должно
eegov closed this pull request 2024-04-14 15:14:32 +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: Victoria_Isaeva/ISEbd-12_Isaeva_V.D._Simple#3
No description provided.