/// <summary>
 /// Say Hello to the world
 /// </summary>
 private void showAboutDialog()
 {
     DlgAbout dlgAbout = new DlgAbout();
     dlgAbout.ShowDialog();
 }
Exemple #2
0
        /// <summary>
        /// Say Hello to the world
        /// </summary>
        private void showAboutDialog()
        {
            DlgAbout dlgAbout = new DlgAbout();

            dlgAbout.ShowDialog();
        }