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