Exemplo n.º 1
0
 void IUpdateProgress.ShowNoCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mGuiClient);
     mUpdateProgress.SetCancellable(false);
 }
Exemplo n.º 2
0
 void IUpdateProgress.ShowCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mGuiClient);
     mUpdateProgress.SetCancellable(true);
 }
Exemplo n.º 3
0
 void IUpdateProgress.ShowCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mWorkspaceWindow);
     mUpdateProgress.SetCancellable(true);
 }