示例#1
0
 private void DisplayResult(string text)
 {
     result = new ScannerResult(Microsoft.Phone.Tasks.TaskResult.OK);
      result.ScanCode = text;
      stopCamera();
      if (this.NavigationService.CanGoBack)
      {
     this.NavigationService.GoBack();
      }
 }
示例#2
0
 private void DisplayResult(string text)
 {
     result          = new ScannerResult(Microsoft.Phone.Tasks.TaskResult.OK);
     result.ScanCode = text;
     stopCamera();
     if (this.NavigationService.CanGoBack)
     {
         this.NavigationService.GoBack();
     }
 }