Esempio n. 1
0
        private void menuItem7_Click(object sender, EventArgs e)
        {
            AboutForm dlg = new AboutForm();

            dlg.ShowDialog();
        }
Esempio n. 2
0
        private void About_Click_1(object sender, EventArgs e)
        {
            AboutForm about = new AboutForm();

            about.ShowDialog();
        }