Лабораторная № 6
This commit is contained in:
parent
35fe3bf27e
commit
62144f860d
@ -33,7 +33,7 @@ public abstract class AbstractCompany
|
||||
/// <summary>
|
||||
/// Вычисление максимального кол-ва объектов которое можно разместить в окне
|
||||
/// </summary>
|
||||
private int GetMaxCount => _pictureWidth * _pictureHeight / (_placeSizeWidth * _placeSizeHeight);
|
||||
private int GetMaxCount => _pictureWidth * _pictureHeight / (_placeSizeWidth * _placeSizeHeight) + 4;
|
||||
|
||||
/// <summary>
|
||||
/// Конструктор
|
||||
|
Loading…
Reference in New Issue
Block a user