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