예제 #1
0
 public virtual void BeginStepTask(string name, int totalWork, int stepSize)
 {
     progressTracker.BeginStepTask(name, totalWork, stepSize);
     OnProgressChanged();
 }
예제 #2
0
 void IProgressMonitor.BeginStepTask(string name, int totalWork, int stepSize)
 {
     tracker.BeginStepTask(name, totalWork, stepSize);
     SetMessage(tracker.CurrentTask);
 }