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