Пример #1
0
 public void StartWork()
 {
     while (WorkStep())
     {
         AsyncWorkTimer.Reset();
     }
 }