Ejemplo n.º 1
0
 protected override void OnExit(ExitEventArgs e)
 {
     Settings.Save();
     LogToFile.LogDebug("App exiting");
     LogToFile.Close();
     base.OnExit(e);
 }
Ejemplo n.º 2
0
 void AppDomain_CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     LogToFile.LogError("CRASH:", e.ExceptionObject as Exception);
     LogToFile.Close();
 }