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