Exemplo n.º 1
0
 private void attach_Wrds(Wrd entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = this;
 }
Exemplo n.º 2
0
 private void detach_Wrds(Wrd entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = null;
 }