Exemplo n.º 1
0
        private void _miAbout_Click(object sender, EventArgs e)
        {
            AboutPokerHandHistory dlg = new AboutPokerHandHistory();

            dlg.ShowDialog();
        }
Exemplo n.º 2
0
 private void _miAbout_Click(object sender, EventArgs e)
 {
     AboutPokerHandHistory dlg = new AboutPokerHandHistory();
     dlg.ShowDialog();
 }