A C# library to show a system tray icon with customizable links.
There are four projects involved in this solution.
- Tray - Console app to control the tray icon and customize the links it shows.
- Tray.Config - Class library containing classes used in all the other projects.
- Tray.Editor - Windows Forms app to control the tray icon and customize the links it shows. Provides a GUI for the same functionality Tray provides.
- Tray.Icon - Windows Forms app that provides a handle to the system tray and displays the tray icon.