예제 #1
0
 private void SetupTTS()
 {
     this.tts             = Modules.TextToSpeech.FirstOrDefault(tts => tts.GetType().GetSimpleName() == Settings.TextToSpeech);
     playPhonetic.Enabled = (this.tts != null);
 }