예제 #1
0
 public RecObj(IObjectWithDataRecords parent, int numRec)
 {
     this.parent = parent;
     this.numRec = numRec;
 }
예제 #2
0
 public RecObj(IObjectWithDataRecords parent, int numRec)
 {
     this.parent = parent;
     this.numRec = numRec;
 }