Пример #1
0
 public AvailabilityStore()
 {
     AvailabilityNotifier = new ApplicationLayerNotifier(this);
 }
Пример #2
0
 protected DataPropertyStore(string name)
 {
     Name          = name;
     ValueNotifier = new ApplicationLayerNotifier(this);
 }