Example #1
0
 void _client_AddToOctoSetCompleted(object sender, AddToOctoSetCompletedEventArgs e)
 {
     busyIndicator.IsBusy = false;
     if (e.Result)
     {
         TextBoxInfo.Text = "Face added to trainging set";
     }
     else
     {
         TextBoxInfo.Text = "Error while adding face";
     }
 }
 void _client_AddToOctoSetCompleted(object sender, AddToOctoSetCompletedEventArgs e)
 {
     busyIndicator.IsBusy = false;
     if (e.Result)
     {
         TextBoxInfo.Text = "Face added to trainging set";
     }
     else
     {
         TextBoxInfo.Text = "Error while adding face";
     }
 }