Ejemplo n.º 1
0
 public static RegistryHelper getInstance()
 {
     if (instance == null)
     {
         instance = new RegistryHelper();
     }
     return instance;
 }