Exemplo n.º 1
0
 public ColumnParser(BooleanCursor dataReader)
     : base(dataReader)
 {
 }
 public Parser(BooleanCursor reader)
 {
     dataReader = reader;
 }
Exemplo n.º 3
0
 public RowParser(BooleanCursor dataReader, string data, CellsAttribute cellInfo)
     : base(dataReader)
 {
     this.Data           = data;
     this.CellsAttribute = cellInfo;
 }