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