示例#1
0
 public void PrintReportStarting()
 {
     SafeCall <object>(
         () => { _interactionChannel.PrintReportStarting(); return(null); },
         _commonCallProperties,
         null);
 }
示例#2
0
 public void PrintReportStarting()
 {
     _localScannerChannel.PrintReportStarting();
 }