Exemple #1
0
 }                                                          // Something
 public static void NewInstance(int[] SubjectId)
 {
     if (Instance == null)
     {
         Instance = new TestsData(SubjectId);
     }
 }         // like a
Exemple #2
0
        }         // like a

        public static void DeleteInstance()
        {
            Instance = null;
        }                     // Singleton