예제 #1
0
 public void CopyTo(IRelationEntry obj)
 {
     ((TestCollectionEntry)obj).ID       = this.ID;
     ((TestCollectionEntry)obj).TestName = this.TestName;
 }
예제 #2
0
 public void CopyTo(IRelationEntry obj)
 {
     ((TestCollectionEntry)obj).ID = this.ID;
     ((TestCollectionEntry)obj).TestName = this.TestName;
 }