예제 #1
0
 void IUpdateProgress.ShowNoCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mGuiClient);
     mUpdateProgress.SetCancellable(false);
 }
예제 #2
0
 void IUpdateProgress.ShowCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mGuiClient);
     mUpdateProgress.SetCancellable(true);
 }
예제 #3
0
 void IUpdateProgress.ShowCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mWorkspaceWindow);
     mUpdateProgress.SetCancellable(true);
 }