private void DeactivateKeepAlive() { _updateRefreshTimer.Stop(); _deactivateTimer.Stop(); notifyIcon.ShowBalloonTip(10000, _balloonTitle, "KeepAlive deactivated", ToolTipIcon.Info); KeepAliveController.Deactivate(); }
private static void Application_ApplicationExit(object sender, EventArgs e) { KeepAliveController.Deactivate(); }