ISEbd-11_Kotova_M_D_Labwork7_Simple #12

Closed
MariaKotova wants to merge 5 commits from Labwork7 into Labwork6
Showing only changes of commit cca684258e - Show all commits

View File

@ -179,7 +179,7 @@ public class StorageCollection<T>
{
try
{
if (collection.Insert(ship) == -1)
if (collection.Insert(excavator) == -1)
{
throw new Exception("Объект не удалось добавить в коллекцию: " + record[3]);
}