예제 #1
0
 //confirms that the items belonging to the location have been accepted, and allows scanning of a new location number
 public void ConfirmItemsToLocation(Text guideText, Text errors, bool allowToScanItems, bool areWeScanning)
 {
     bs.ConfirmItemsToLocation(guideText, errors, allowToScanItems, areWeScanning);
 }