Пример #1
0
 private CommonSchedular()
 {
     TimerProxy timerProxy = new TimerProxy();
     _executor = new Executor(timerProxy);
 }
Пример #2
0
 private UISchedular()
 {
     DispatcherTimerProxy timerProxy = new DispatcherTimerProxy();
     _executor = new Executor(timerProxy);
 }