예제 #1
0
 public BreakAction(IDelayService delayService, ISpeechService speechService, TimeSpan duration)
 {
     this.innerAction = new WaitWithPromptAction(delayService, speechService, duration, "break");
 }
예제 #2
0
 public PrepareAction(IDelayService delayService, ISpeechService speechService, TimeSpan duration)
 {
     this.innerAction = new WaitWithPromptAction(delayService, speechService, duration, "prepare");
 }
 public PrepareAction(IDelayService delayService, ISpeechService speechService, TimeSpan duration)
 {
     this.innerAction = new WaitWithPromptAction(delayService, speechService, duration, "prepare");
 }
예제 #4
0
 public BreakAction(IDelayService delayService, ISpeechService speechService, TimeSpan duration)
 {
     this.innerAction = new WaitWithPromptAction(delayService, speechService, duration, "break");
 }