Exemplo n.º 1
0
 public RecObj(IObjectWithDataRecords parent, int numRec)
 {
     this.parent = parent;
     this.numRec = numRec;
 }
Exemplo n.º 2
0
 public RecObj(IObjectWithDataRecords parent, int numRec)
 {
     this.parent = parent;
     this.numRec = numRec;
 }