예제 #1
0
 protected virtual void StartImpl()
 {
     stopped.Reset();
     OnStart();
     IsRunning = true;
     Started.Call();
     started.Set();
 }