Zooflow: Hopefully working version of sidebar

This commit is contained in:
Jonathan Jenne
2022-02-11 14:35:06 +01:00
parent 98a1821f2b
commit 28e1407bf3
6 changed files with 349 additions and 32 deletions

View File

@@ -70,12 +70,10 @@ Namespace My
End Sub
Public Sub App_Shutdown(sender As Object, e As EventArgs) Handles Me.Shutdown
_Logger.Debug("Shutting down Client Suite..")
Application.Sidebar.UnregisterSidebar()
_Logger.Debug("Shutting down Zooflow..")
End Sub
Private Sub MyApplication_UnhandledException(sender As Object, e As UnhandledExceptionEventArgs) Handles Me.UnhandledException
Application.Sidebar.UnregisterSidebar()
_Logger.Warn("Unhandled exception occurred: [{0}]", e.Exception.Message)
_Logger.Error(e.Exception)
End Sub