Example #1
0
 private void detach_ItemExtraIps(ItemExtraIp entity)
 {
     this.SendPropertyChanging();
     entity.Item = null;
 }
Example #2
0
 private void attach_ItemExtraIps(ItemExtraIp entity)
 {
     this.SendPropertyChanging();
     entity.Item = this;
 }