Exemplo n.º 1
0
 private void TimerElapsed(object sender, ElapsedEventArgs e)
 {
     if (_currentAction != null)
     {
         _currentAction.DoAction();
     }
 }