Exemple #1
0
 private Plansza()
 {
     board = new string[boardSize, boardSize];
     board.Fill(fillPattern1, fillPattern2, boardSize);
 }