Server/MainForm.cs
changeset 173 d33776198be5
parent 172 5be2191d4be3
child 175 391bce3c8368
     1.1 --- a/Server/MainForm.cs	Sun Nov 22 23:46:52 2015 +0100
     1.2 +++ b/Server/MainForm.cs	Mon Nov 23 18:35:24 2015 +0100
     1.3 @@ -107,7 +107,7 @@
     1.4  		/// <summary>
     1.5  		/// System tray icon.
     1.6  		/// </summary>
     1.7 -		private NotifyIconAdv iNotifyIcon;
     1.8 +		private SharpLib.Notification.Control iNotifyIcon;
     1.9  
    1.10          /// <summary>
    1.11          /// Allow user to receive window messages;
    1.12 @@ -128,7 +128,7 @@
    1.13  			//
    1.14  			iClients = new Dictionary<string, ClientData>();
    1.15  			iStartupManager = new StartupManager();
    1.16 -			iNotifyIcon = new NotifyIconAdv();
    1.17 +			iNotifyIcon = new SharpLib.Notification.Control();
    1.18  
    1.19  			//Have our designer initialize its controls
    1.20              InitializeComponent();