PIbd-23. Kislitsa E.D. Lab work 03 #3 #3

Closed
Egor wants to merge 4 commits from Laba3 into Laba2
Showing only changes of commit 3a3f6a02ca - Show all commits

View File

@ -20,8 +20,6 @@ namespace ProjectAirFighter.Generics
public int Insert(T airplane)
{
if (_places[Count-1] != null)
return -1;
return Insert(airplane, 0);
}