void IUpdateProgress.ShowNoCancelableProgress() { mUpdateProgress = new UpdateProgress(mGuiClient); mUpdateProgress.SetCancellable(false); }
void IUpdateProgress.ShowCancelableProgress() { mUpdateProgress = new UpdateProgress(mGuiClient); mUpdateProgress.SetCancellable(true); }
void IUpdateProgress.ShowCancelableProgress() { mUpdateProgress = new UpdateProgress(mWorkspaceWindow); mUpdateProgress.SetCancellable(true); }