コード例 #1
0
 private CommonSchedular()
 {
     TimerProxy timerProxy = new TimerProxy();
     _executor = new Executor(timerProxy);
 }
コード例 #2
0
ファイル: UISchedular.cs プロジェクト: BoonieBear/TinyMetro
 private UISchedular()
 {
     DispatcherTimerProxy timerProxy = new DispatcherTimerProxy();
     _executor = new Executor(timerProxy);
 }