예제 #1
0
 //checks if the user is done scanning the required items from the picklist at a location, if
 //he is then change the direction of the guiding lines.
 public void DoneWithLocationItems(Text errors, bool allowToScanItems, bool areWeScanning)
 {
     bs.DoneWithLocationItems(errors, allowToScanItems, areWeScanning);
 }