Пример #1
0
 internal ProgressNotifierScope(NotifyObject status)
 {
     key = NotifierId.GetKey(Thread.CurrentThread);
     ProgressNotifier.AddNotifyObject(key, status);
 }
Пример #2
0
 public void Dispose()
 {
     ProgressNotifier.Clear(key);
 }