Ejemplo n.º 1
0
 public static void DestroyInstance()
 {
     if (Instance != null)
     {
         Instance.Dispose();
         Instance = null;
     }
 }
Ejemplo n.º 2
0
 public static void CreateInstance()
 {
     DestroyInstance();
     Instance = new ClarityDB();
 }