public static HELP Instance() { if (aForm == null) { aForm = new HELP(); } return(aForm); }
/// <summary> /// Help /// </summary> public void HelpMenuItem_Click(object sender, EventArgs e) { HELP frm = HELP.Instance(); frm.ShowDialog(); }