Exemplo n.º 1
0
 public static GwupeUserRegistry getInstance()
 {
     lock (_instanceLock)
     {
         if (_oneAndOnly == null)
         {
             _oneAndOnly = new GwupeUserRegistry();
         }
     }
     return(_oneAndOnly);
 }
Exemplo n.º 2
0
 public static GwupeUserRegistry getInstance()
 {
     lock (_instanceLock)
     {
         if (_oneAndOnly == null)
         {
             _oneAndOnly = new GwupeUserRegistry();
         }
     }
     return _oneAndOnly;
 }