Exemple #1
0
 public static void BindTwoWay <TSource, TTarget>(this IBinder This, IReactiveProperty <TSource> source, IReactiveProperty <TTarget> target) =>
 source.BindTwoWayTo(target).AddTo(This);