protected void OnSpeechEnd() { SpeechEndTime = time; if (Enabled) { SpeechEnd.InvokeSafely(); } }
protected virtual void OnSpeechEnd() { SpeechEnd.InvokeSafely(); }