Beispiel #1
0
 public static AnalyticsTests GetInstance()
 {
     return instance ?? (instance = new AnalyticsTests());
 }
Beispiel #2
0
 public static AnalyticsTests GetInstance()
 {
     return(instance ?? (instance = new AnalyticsTests()));
 }
Beispiel #3
0
 public static void Reset()
 {
     instance = new AnalyticsTests(); 
 }
Beispiel #4
0
 public static void Reset()
 {
     instance = new AnalyticsTests();
 }