示例#1
0
 private void DispatchDvdScanCode(string sResultText, bool fCheckOnly, bool fErrorSoundsOnly, CorrelationID crid)
 {
     DispatchScanCodeCore(
         scanToAdjust => m_upccCore.SEnsureEan13(scanToAdjust),
         m_upccCore.DoHandleDvdScanCode,
         sResultText,
         null, // sExtra
         null, // sExtra2
         fCheckOnly,
         fErrorSoundsOnly,
         crid
         );
 }