예제 #1
0
파일: Form1.cs 프로젝트: maciti/ChessAI
 public Form1()
 {
     InitializeComponent();
     _board = new Board(8);
     _board.AddAllThePieces();
     DrawInitialBoard();
 }