void _client_RecognizeFromOctoCompleted(object sender, RecognizeFromOctoCompletedEventArgs e)
 {
     busyIndicator.IsBusy = false;
     TextBoxInfo.Text = e.Result;
 }
Example #2
0
 void _client_RecognizeFromOctoCompleted(object sender, RecognizeFromOctoCompletedEventArgs e)
 {
     busyIndicator.IsBusy = false;
     TextBoxInfo.Text     = e.Result;
 }