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