示例#1
0
 private void attach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.Company = this;
 }
示例#2
0
 private void detach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.CostCenter1 = null;
 }
示例#3
0
文件: TypeJournal.cs 项目: aazizb/iws
 private void detach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.TypeJournal1 = null;
 }