Ejemplo n.º 1
0
 public CT_Table()
 {
     this.trField = new List<CT_TableRow>();
     this.tblGridField = new List<CT_TableCol>();
     this.tblPrField = new CT_TableProperties();
 }
Ejemplo n.º 2
0
 public CT_Table()
 {
     this.trField      = new List <CT_TableRow>();
     this.tblGridField = new List <CT_TableCol>();
     this.tblPrField   = new CT_TableProperties();
 }