Beispiel #1
0
 protected WriterBase(StreamType type)
 {
     this._records = new WriteRecordList(type);
 }
 protected WriterBase(CellCoordinateType type)
 {
     this._records = new WriteRecordList(type);
 }