private CommonSchedular()
 {
     TimerProxy timerProxy = new TimerProxy();
     _executor = new Executor(timerProxy);
 }
Exemple #2
0
 private UISchedular()
 {
     DispatcherTimerProxy timerProxy = new DispatcherTimerProxy();
     _executor = new Executor(timerProxy);
 }