Pibd-12 Alkin_D.V. LabWork03 Base #3

Closed
Darl1ngzxc wants to merge 3 commits from Lab03 into Lab02
Owner
No description provided.
Darl1ngzxc added 3 commits 2024-05-06 19:41:24 +04:00
eegov approved these changes 2024-05-11 19:03:12 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +54,4 @@
public int Insert(T obj)
{
for (int i = 0; i < Count; i++)
Collaborator

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

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

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

Пустых методов быть не должно
eegov closed this pull request 2024-05-11 19:03:16 +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: Darl1ngzxc/PIbd-12_Alkin_D.V_AirBomber_Base#3
No description provided.