PIbd-21 Belianin N.N. LabWork05 #5

Closed
Belnik wants to merge 7 commits from LabWork05 into LabWork04
Showing only changes of commit 9f84d8ff33 - Show all commits

View File

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