Example #1
0
 public static DbRegister GetInstance()
 {
     if(Instance == null)
         Instance = new DbRegister();
     return Instance;
 }
Example #2
0
 static DbRegister()
 {
     Instance = null;
 }