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