Example #1
0
 public ToastProgressBar(ISayService sayService, int durationInSeconds)
 {
     this.sayService   = sayService;
     DurationInSeconds = durationInSeconds;
     TaskbarProgress.SetState(TaskbarState.Normal);
 }