Exemple #1
0
        /// <summary>
        /// Show the About dialog.
        /// </summary>
        private void showAboutDialog()
        {
            DlgAbout dlgAbout = new DlgAbout();

            dlgAbout.ShowDialog();
        }
 /// <summary>
 /// Show the About dialog.
 /// </summary>
 private void showAboutDialog()
 {
     DlgAbout dlgAbout = new DlgAbout();
     dlgAbout.ShowDialog();
 }