예제 #1
0
 public static StatisticCollector GetInstance()
 {
     if (_instance == null)
     {
         _instance = new StatisticCollector();
     }
     return(_instance);
 }
예제 #2
0
 public static void ResetInstance() => _instance = null;