Ejemplo n.º 1
0
 private void OnSpeechStarted()
 {
     SpeechStarted?.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 2
0
 protected virtual void OnSpeechStarted(string fileName)
 {
     SpeechStarted?.Invoke(this, Path.GetFileName(fileName));
 }