Exemple #1
0
 public static Confighelp getinstance()
 {
     if (confighelpobj == null)
     {
         confighelpobj = new Confighelp();
     }
     return(confighelpobj);
 }
Exemple #2
0
        /****************************************************************/
        private void helpconf_Click(object sender, EventArgs e)
        {
            Confighelp hp = Confighelp.getinstance();

            hp.Show();
        }