示例#1
0
文件: Ctnr.cs 项目: cwdotson/FwNs
 private void detach_Itms(Itm entity)
 {
     this.SendPropertyChanging();
     entity.Ctnr = null;
 }
示例#2
0
文件: Ctnr.cs 项目: cwdotson/FwNs
 private void attach_Itms(Itm entity)
 {
     this.SendPropertyChanging();
     entity.Ctnr = this;
 }