internal void HandleOnVoice(object sender, VoiceEventArgs e) { if (OnVoice != null) OnVoice(this, e); }
public void PluginsOnVoice(object sender, VoiceEventArgs e) { OnVoice(this, e); }