Exemplo n.º 1
0
 public void ResetProgressBarAndTimer()
 {
     parentProgBar.ResetProgressBar();
     this.time     = goalTime;
     this.Interval = new TimeSpan(0, 0, 1);
 }