wpf-notifyicon
wpf-notifyicon copied to clipboard
Improve `TaskbarIcon.Dispose`
- Allow overriding
Dispose(bool)as per the documentation onDispose()(fixes #91) - Perform the deregistration of the
Application.Exitevent on the application instance's dispatcher to avoid threading/ownership exceptions (fixes #92)