Fixed Issue 86.

This commit is contained in:
Michael Möller
2012-07-12 10:17:18 +00:00
parent 4026c56ba0
commit fc026664d3
5 changed files with 45 additions and 12 deletions

View File

@@ -121,7 +121,7 @@ namespace OpenHardwareMonitor.GUI {
this.computer = new Computer(settings);
systemTray = new SystemTray(computer, settings);
systemTray = new SystemTray(computer, settings, unitManager);
systemTray.HideShowCommand += hideShowClick;
systemTray.ExitCommand += exitClick;