예제 #1
0
파일: Tag.cs 프로젝트: cwdotson/FwNs
 private void detach_RowTags(RowTag entity)
 {
     this.SendPropertyChanging();
     entity.Tag = null;
 }
예제 #2
0
파일: Tag.cs 프로젝트: cwdotson/FwNs
 private void attach_RowTags(RowTag entity)
 {
     this.SendPropertyChanging();
     entity.Tag = this;
 }