Beispiel #1
0
 public Notification(IncrementalLookup <TSource, TKey> parent)
 {
     this.parent = parent;
 }
Beispiel #2
0
 public IncrementalLookupSlave(IncrementalLookup <TSource, TKey> parent, TKey key)
 {
     this.parent = parent;
     this.key    = key;
 }