示例#1
0
 public ReadOnlyReactivePropertyObserver(ReadOnlyReactiveProperty <T> parent)
 {
     this.parent = parent;
 }