изменение в 7 лабе

This commit is contained in:
Мария Котова 2024-05-15 12:36:08 +04:00
parent 34f66a56a3
commit cca684258e

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]);
}