コード例 #1
0
 protected DelayedStartSaga(TimedProcessor timer)
     : base(timer)
 {
 }
コード例 #2
0
ファイル: TimedProcessorTests.cs プロジェクト: abb-iss/Sando
 public TimedProcessorTests()
 {
     this.processor = TimedProcessor.GetInstance();
 }