コード例 #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;
 }