Ejemplo n.º 1
0
 public bool FindPrinter()
 {
     return(SafeCall(
                () => _interactionChannel.FindPrinter(),
                _commonCallProperties,
                false));
 }
Ejemplo n.º 2
0
 public bool FindPrinter()
 {
     return(_localScannerChannel.FindPrinter());
 }