コード例 #1
0
ファイル: Executor.cs プロジェクト: BoonieBear/TinyMetro
 public Executor(ITimer timer)
 {
     _timer = timer;
     _timer.Register(_timer_Tick);
 }