private DECLineByteProcessor GetDECLineByteProcessor() { if (_decLineByteProcessor == null) { _decLineByteProcessor = new DECLineByteProcessor(_processor); } return(_decLineByteProcessor); }
private DECLineByteProcessor GetDECLineByteProcessor() { if (_decLineByteProcessor == null) _decLineByteProcessor = new DECLineByteProcessor(_processor); return _decLineByteProcessor; }