예제 #1
0
 public Progress(IProgressBar progress, IShowResults res)
 {
     InitializeComponent();
     this.progress = progress;
     this.show     = res;
 }
예제 #2
0
 public Progress(IProgressBar progress,IShowResults res)
 {
     InitializeComponent();
     this.progress = progress;
     this.show = res;
 }