Exemple #1
0
 public Executor(ITimer timer)
 {
     _timer = timer;
     _timer.Register(_timer_Tick);
 }