Esempio n. 1
0
 internal ProgressNotifierScope(NotifyObject status)
 {
     key = NotifierId.GetKey(Thread.CurrentThread);
     ProgressNotifier.AddNotifyObject(key, status);
 }
Esempio n. 2
0
 internal static void AddNotifyObject(NotifierId key, NotifyObject notifyObj)
 {
     currentStatus.TryAdd(key, notifyObj);
 }