public static helpDAQ getInstance() { if (helpobject == null) { Console.WriteLine("helpobject is null"); helpobject = new helpDAQ(); } return(helpobject); }
/****************************************************************/ private void DAQhelp_Click(object sender, EventArgs e) { helpDAQ hp = helpDAQ.getInstance(); hp.Show(); }