Beispiel #1
0
 public static void Create(string hsDirectory, int updateDeclay, bool ifaceUpdateNeeded = true)
 {
     if (Instance == null)
     {
         Instance = new HsLogReaderV2(hsDirectory, updateDeclay, ifaceUpdateNeeded);
     }
 }
Beispiel #2
0
 public static void Create()
 {
     if (Instance == null)
     {
         Instance = new HsLogReaderV2();
     }
 }
 public static void Create(string hsDirectory, int updateDeclay, bool ifaceUpdateNeeded = true)
 {
     if (Instance == null)
         Instance = new HsLogReaderV2(hsDirectory, updateDeclay, ifaceUpdateNeeded);
 }
 public static void Create()
 {
     if (Instance == null)
         Instance = new HsLogReaderV2();
 }