private void tsmHistory_Click(object sender, EventArgs e) { this.Hide(); frmHistory frm = new frmHistory(); frm.ShowDialog(); SetCmbGame(Constant.GameList); this.Show(); }