Exemplo n.º 1
0
 public void Setup()
 {
     _board = new Board(8);
     _board.AddAllThePieces();
 }