Beispiel #1
0
        public static void OnVoicedText(VoicedTextUpdatedEventArgs e)
        {
            EventHandler <VoicedTextUpdatedEventArgs> handler = VoicedTextUpdated;

            handler(null, e);
        }
Beispiel #2
0
 private void Play(object sender, VoicedTextUpdatedEventArgs e)
 {
     this.TryPlayIndividualSound(e.delta, e.pace, e.actor);
 }