Example #1
0
 internal void ReadyToSpeak_Handler(object sender, LoadGrammarCompletedEventArgs e)
 {
     _Talk.SayReady();
     AerDebug.Log("Initialization Complete.");
 }
Example #2
0
 /// <summary>
 /// An ugly mess. This is used by AerInput spaghetti code to notify the user when the grammar is loaded.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 public void GrammarLoaded_Handler(object sender, LoadGrammarCompletedEventArgs e)
 {
     _Talk.SayReady();
     AerDebug.Log("Initialization Complete.");
 }