Exemplo n.º 1
0
Arquivo: Tag.cs Projeto: cwdotson/FwNs
 private void detach_RowTags(RowTag entity)
 {
     this.SendPropertyChanging();
     entity.Tag = null;
 }
Exemplo n.º 2
0
Arquivo: Tag.cs Projeto: cwdotson/FwNs
 private void attach_RowTags(RowTag entity)
 {
     this.SendPropertyChanging();
     entity.Tag = this;
 }