Exemplo n.º 1
0
 public static DbRegister GetInstance()
 {
     if(Instance == null)
         Instance = new DbRegister();
     return Instance;
 }
Exemplo n.º 2
0
 static DbRegister()
 {
     Instance = null;
 }