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