public void StartAll()
        {
            IsStarted = true;
            InnerStartAll();
            MasterTimeSource.Start();

            System.Threading.Thread.Sleep(100);
        }
Beispiel #2
0
 public void StartAll()
 {
     IsStarted = true;
     InnerStartAll();
     MasterTimeSource.Start();
 }