private void OnStatusChange(object sender, Kontrol2OBS.LogEventArgs e) { this.notifyIcon.BalloonTipText = e.text; this.notifyIcon.ShowBalloonTip(500); }
private void OnLog(object sender, Kontrol2OBS.LogEventArgs e) { //what to do? }