Esempio n. 1
0
        private void tsmHistory_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmHistory frm = new frmHistory();

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