Esempio n. 1
0
 public virtual void OnSpeech(SpeechEventArgs args)
 {
     if (m_Parent != null)
     {
         m_Parent.OnSpeech(args);
     }
 }