Ejemplo n.º 1
0
 public static void Start()
 {
     if (_instance == null)
     {
         _instance = new SystemScheduler();
         Logger.LogInfo("Timer scheduler has been started.");
     }
 }
 public static void Start()
 {
     if (_instance == null)
     {
         _instance = new SystemScheduler();
         Logger.LogInfo("Timer scheduler has been started.");
     }
 }