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

            hp.Show();
        }