Exemplo n.º 1
0
 protected WriterBase(StreamType type)
 {
     this._records = new WriteRecordList(type);
 }
Exemplo n.º 2
0
 protected WriterBase(CellCoordinateType type)
 {
     this._records = new WriteRecordList(type);
 }