Beispiel #1
0
 private void mnuAbout_Click(object sender, System.EventArgs e)
 {
     AboutDialog dlg = new AboutDialog();
     dlg.ShowDialog(this);
 }
Beispiel #2
0
        private void mnuAbout_Click(object sender, System.EventArgs e)
        {
            AboutDialog dlg = new AboutDialog();

            dlg.ShowDialog(this);
        }