Exemple #1
0
 private void detach_CTyps(CTyp entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = null;
 }
Exemple #2
0
 private void attach_CTyps(CTyp entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = this;
 }