Пример #1
0
 //Update the progress bar with the a value
 private void export2XLS_prg(object sender, ProgressEventArgs e)
 {
     CallCtrlSafety.SetValue<ProgressBar>(ProgressBar, e.ProgressValue, this.ParentForm);
 }
Пример #2
0
 /// <summary>
 /// 更新进度条的值
 /// </summary>
 private void export2XLS_prg(object sender, ProgressEventArgs e)
 {
     CallCtrlSafety.SetValue <ProgressBar>(ProgressBar, e.ProgressValue, this.ParentForm);
 }