コード例 #1
0
ファイル: ProgressDialog.cs プロジェクト: dbremner/mpviewer
 internal void UpdateProgress(ProgressInfo progressInfo)
 {
     this.lblCurrentOperation.Text = progressInfo.Status;
     this.progressBar.Value = progressInfo.PercentageComplete;
 }
コード例 #2
0
 internal void UpdateProgress(ProgressInfo progressInfo)
 {
     this.lblCurrentOperation.Text = progressInfo.Status;
     this.progressBar.Value        = progressInfo.PercentageComplete;
 }