/// <summary> /// Application exit overriden /// </summary> protected override void OnExit(ExitEventArgs e) { base.OnExit(e); CoreLogger.Terminate(); }