Exemple #1
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutDlg about = new AboutDlg();

            about.ShowDialog(this);
        }
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutDlg about = new AboutDlg();
     about.ShowDialog(this);
 }