예제 #1
0
파일: Article.cs 프로젝트: aazizb/iws
 private void detach_DetailLogistics(DetailLogistic entity)
 {
     this.SendPropertyChanging();
     entity.Article = null;
 }
예제 #2
0
 private void attach_DetailLogistics(DetailLogistic entity)
 {
     this.SendPropertyChanging();
     entity.MasterLogistic = this;
 }