예제 #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;
 }