Example #1
0
 public override bool RunWithProgressDialog(IProgressWorker worker, string caption)
 {
     this.ProgressDialogCalled = true;
     return(base.RunWithProgressDialog(worker, caption));
 }
Example #2
0
 public override bool RunWithProgressDialog(IProgressWorker worker, string caption)
 {
     this.ProgressDialogCalled = true;
     return base.RunWithProgressDialog( worker, caption );
 }