// Chess board load event. Initialize all the chess positions private void ChessMain_Load(object sender, System.EventArgs e) { GameObj = new GameUI(this); this.mnuShowMoveHelp.Checked = GameObj.ShowMoveHelp; // Show the check box }