Example #1
0
 public BreakAction(IDelayService delayService, ISpeechService speechService, TimeSpan duration)
 {
     this.innerAction = new WaitWithPromptAction(delayService, speechService, duration, "break");
 }
Example #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");
 }
Example #4
0
 public BreakAction(IDelayService delayService, ISpeechService speechService, TimeSpan duration)
 {
     this.innerAction = new WaitWithPromptAction(delayService, speechService, duration, "break");
 }