Exemple #1
0
 private void detach_RowTags(RowTag entity)
 {
     this.SendPropertyChanging();
     entity.Tag = null;
 }
Exemple #2
0
 private void attach_RowTags(RowTag entity)
 {
     this.SendPropertyChanging();
     entity.Tag = this;
 }