public TurnsHistoryForm(ChessBoard board) { InitializeComponent(); this.board = board; this.board.ChessBoardChanged += this.UpdateHistory; }