private DECLineByteProcessor GetDECLineByteProcessor()
 {
     if (_decLineByteProcessor == null)
     {
         _decLineByteProcessor = new DECLineByteProcessor(_processor);
     }
     return(_decLineByteProcessor);
 }
Example #2
0
 private DECLineByteProcessor GetDECLineByteProcessor() {
     if (_decLineByteProcessor == null)
         _decLineByteProcessor = new DECLineByteProcessor(_processor);
     return _decLineByteProcessor;
 }