Inheritance: System.Windows.Forms.Form
Esempio n. 1
0
 private void menuItemHelpAbout_Click(object sender, EventArgs e)
 {
     formAbout aboutDlg = new formAbout();
     aboutDlg.ShowDialog();
 }
Esempio n. 2
0
        private void menuItemHelpAbout_Click(object sender, EventArgs e)
        {
            formAbout aboutDlg = new formAbout();

            aboutDlg.ShowDialog();
        }