Check for updates at startup.

- FIX: Beim Start wird jetzt nach Updates gesucht.
This commit is contained in:
Daniel Kraus 2015-07-28 13:25:17 +02:00
parent 4d614e0be5
commit 4bae35b665

View File

@ -48,6 +48,7 @@ namespace zaaReloaded2
private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
Bovender.ExceptionHandler.CentralHandler.ManageExceptionCallback += CentralHandler_ManageExceptionCallback;
CheckForUpdates();
}
private void ThisAddIn_Shutdown(object sender, System.EventArgs e)