PIbd-22 Kaznacheeva E.K. LabWork_3 #3

Closed
kaznacheeva wants to merge 5 commits from LabWork_03 into LabWork_02
Showing only changes of commit 7f35155da4 - Show all commits

View File

@ -14,8 +14,8 @@ namespace Battleship.Generics
{
private readonly int _pictureWidth;
private readonly int _pictureHeight;
private readonly int _placeSizeWidth = 15;
private readonly int _placeSizeHeight = 95;
private readonly int _placeSizeWidth = 185;
private readonly int _placeSizeHeight = 90;
private readonly SetGeneric<T> _collection;
public ShipGenericCollection(int picWidth, int picHeight)
{