示例#1
0
 public WorkerDialog()
 {
     InitializeComponent();
     CancellationButton = new ButtonWrapper(btnCancel);
     Caption            = new LabelWrapper(lblCaption);
     Detail             = new LabelWrapper(lblDetailText);
     ProgressBar        = new ProgressbarWrapper(progressBar);
 }
示例#2
0
 public WorkerDialog()
 {
     InitializeComponent();
     CancellationButton = new ButtonWrapper(btnCancel);
     Caption = new LabelWrapper(lblCaption);
     Detail = new LabelWrapper(lblDetailText);
     ProgressBar = new ProgressbarWrapper(progressBar);
 }