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