Esempio n. 1
0
 private async void SpeakClicked(object sender, RoutedEventArgs e)
 {
     await _speechService.SpeakTextAsync(SpeakTextBox.Text);
 }