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

            frm.ShowDialog();
        }