Пример #1
0
 protected WriterBase(StreamType type)
 {
     this._records = new WriteRecordList(type);
 }
Пример #2
0
 protected WriterBase(CellCoordinateType type)
 {
     this._records = new WriteRecordList(type);
 }