Exemplo n.º 1
0
 private void detach_FTyps(FTyp entity)
 {
     this.SendPropertyChanging();
     entity.CTyp = null;
 }
Exemplo n.º 2
0
 private void attach_FTyps(FTyp entity)
 {
     this.SendPropertyChanging();
     entity.CTyp = this;
 }