/// <summary> /// Show About dialog /// </summary> private void CommandAbout() { FrmAbout frm = new FrmAbout(); frm.ShowDialog(this); }