void Execute()
 {
     form = new ProgressInformationForm();
     this.form.ShowDialog();
 }
Example #2
0
 void Execute()
 {
     form = new ProgressInformationForm();
     this.form.ShowDialog();
 }