Пример #1
0
 void IUpdateProgress.ShowCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mGuiClient);
     mUpdateProgress.SetCancellable(true);
 }
Пример #2
0
 void IUpdateProgress.ShowNoCancelableProgress()
 {
     mUpdateProgress = new UpdateProgress(mGuiClient);
     mUpdateProgress.SetCancellable(false);
 }