-
Notifications
You must be signed in to change notification settings - Fork 12
Description
After resuming from a hibernated state and left-clicking in the task bar icon, the following error was issued:
System.NullReferenceException: Object reference not set to an instance of an object.
at JoeriBekker.PuttyTunnelManager.Forms.TipForm.UpdateSessions()
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()