Example #1
0
 public Form1()
 {
     InitializeComponent();
     _board = new Board(8);
     _board.AddAllThePieces();
     DrawInitialBoard();
 }