Beispiel #1
0
 public Subscription(EventAggregator aggregator, Type t)
 {
     this.aggregator = aggregator;
     this.t          = t;
 }
Beispiel #2
0
 public NBXplorerWaiter(ExplorerClient client, EventAggregator aggregator, NBXplorerWaiterAccessor accessor)
 {
     _Client           = client;
     _Aggregator       = aggregator;
     accessor.Instance = this;
 }