Сделал лабораторную 7

This commit is contained in:
Никита Волков 2023-12-25 01:21:18 +04:00
parent e323494842
commit d6ef87c351

View File

@ -180,8 +180,6 @@ namespace Bulldozer.Generics
str = sr.ReadLine();
} while (str != null);
}
_bulldozerStorages.Add(record[0], collection);
}
return true;
}