Готовая лабораторная работа 5

This commit is contained in:
nikbel2004@outlook.com 2023-11-13 02:37:58 +04:00
parent c565f92d0c
commit 9f84d8ff33

View File

@ -16,7 +16,7 @@ namespace Tank
// Максимальное количество объектов
private readonly int _maxCount;
// Конструктор
// Конструктор
public SetGeneric(int count)
{
_maxCount = count;