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