Beispiel #1
0
 public void AddBoundObject(IBindable <TData> bindable)
 {
     _boundObjects.Add(bindable);
     bindable.UpdateData(_data);
 }