Ejemplo n.º 1
0
        public static void PlayTextToSpeech(string text)
        {
            SpeachEventArgs args = new SpeachEventArgs(text);

            SpeakText?.Invoke(null, args);
        }
Ejemplo n.º 2
0
 private void OnSpeakClick(int position)
 {
     SpeakText?.Invoke(this, position);
 }