Exception information logging

This commit is contained in:
Anton Kasyanov
2017-06-17 13:29:09 +03:00
parent 32790c6f26
commit 1fe2023b51
3 changed files with 54 additions and 3 deletions

View File

@@ -27,15 +27,15 @@ namespace EveOPreview
return;
}
ExceptionHandler handler = new ExceptionHandler();
handler.SetupExceptionHandlers();
Program.InitializeWinFormsGui();
IApplicationController controller = Program.InitializeApplicationController();
Program.SetupApplicationConttroller(controller, Program.GetCustomConfigFile(args));
controller.Run<MainPresenter>();
token = null;
}
private static string GetCustomConfigFile(string[] args)