コード例 #1
0
 private void OnSpeechStarted()
 {
     SpeechStarted?.Invoke(this, EventArgs.Empty);
 }
コード例 #2
0
 protected virtual void OnSpeechStarted(string fileName)
 {
     SpeechStarted?.Invoke(this, Path.GetFileName(fileName));
 }