예제 #1
0
 private void InfoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutForm.ShowForm(this);
 }
예제 #2
0
        public static void ShowForm(IWin32Window owner)
        {
            AboutForm dialog = new AboutForm();

            dialog.ShowDialog(owner);
        }