コード例 #1
0
 private void detach_ExportStatus(ExportStatus entity)
 {
     this.SendPropertyChanging("ExportStatus");
     entity.Client = null;
 }
コード例 #2
0
 private void attach_ExportStatus(ExportStatus entity)
 {
     this.SendPropertyChanging("ExportStatus");
     entity.Event = this;
 }