Пример #1
0
 private void attach_RowRefs(RowRef entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = this;
 }
Пример #2
0
 private void detach_RowRefs(RowRef entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = null;
 }