GUI/MainForm.cs
changeset 362 1dfe9dac1651
parent 360 c1a4377c11d1
child 370 8e4dedc41924
     1.1 --- a/GUI/MainForm.cs	Wed Jul 11 22:28:39 2012 +0000
     1.2 +++ b/GUI/MainForm.cs	Thu Jul 12 10:17:18 2012 +0000
     1.3 @@ -121,7 +121,7 @@
     1.4  
     1.5        this.computer = new Computer(settings);
     1.6  
     1.7 -      systemTray = new SystemTray(computer, settings);
     1.8 +      systemTray = new SystemTray(computer, settings, unitManager);
     1.9        systemTray.HideShowCommand += hideShowClick;
    1.10        systemTray.ExitCommand += exitClick;
    1.11