public void OnStop(Object sender, EventArgs args)
 {
     speechRecognitionInstance.Stop();
 }
 public void OnStop(Object sender, EventArgs args)
 {
     speechRecognitionInstnace.Stop();
     nameButtonStart.IsEnabled = true;
     nameButtonStop.IsEnabled  = false;
 }
示例#3
0
 public void OnStop(Object sender, EventArgs args)
 {
     speechRecognitionInstnace.Stop();
     ButtonStart.BackgroundColor = Color.FromHex("#96ca2d");
 }