예제 #1
0
        private void menuItem7_Click(object sender, EventArgs e)
        {
            AboutForm dlg = new AboutForm();

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

            about.ShowDialog();
        }