# HG changeset patch
# User StephaneLenclud
# Date 1448300124 -3600
# Node ID d33776198be5230ab3efbf6f3829ac996a590c06
# Parent 5be2191d4be3c4c7216ca46265fcf728b69f9421
Migrating to SharpLibNotification.
diff -r 5be2191d4be3 -r d33776198be5 Server/MainForm.cs
--- a/Server/MainForm.cs Sun Nov 22 23:46:52 2015 +0100
+++ b/Server/MainForm.cs Mon Nov 23 18:35:24 2015 +0100
@@ -107,7 +107,7 @@
///
/// System tray icon.
///
- private NotifyIconAdv iNotifyIcon;
+ private SharpLib.Notification.Control iNotifyIcon;
///
/// Allow user to receive window messages;
@@ -128,7 +128,7 @@
//
iClients = new Dictionary();
iStartupManager = new StartupManager();
- iNotifyIcon = new NotifyIconAdv();
+ iNotifyIcon = new SharpLib.Notification.Control();
//Have our designer initialize its controls
InitializeComponent();
diff -r 5be2191d4be3 -r d33776198be5 Server/SharpDisplayManager.csproj
--- a/Server/SharpDisplayManager.csproj Sun Nov 22 23:46:52 2015 +0100
+++ b/Server/SharpDisplayManager.csproj Mon Nov 23 18:35:24 2015 +0100
@@ -128,6 +128,10 @@
..\packages\SharpLibHid.1.2.1\lib\net20\SharpLibHid.dll
True
+
+ ..\packages\SharpLibNotification.0.0.1\lib\net40\SharpLibNotification.dll
+ True
+
False
..\packages\SharpLibWin32.0.0.7\lib\net20\SharpLibWin32.dll
@@ -167,7 +171,6 @@
MainForm.cs
-
Form
diff -r 5be2191d4be3 -r d33776198be5 Server/packages.config
--- a/Server/packages.config Sun Nov 22 23:46:52 2015 +0100
+++ b/Server/packages.config Mon Nov 23 18:35:24 2015 +0100
@@ -4,5 +4,6 @@
+
\ No newline at end of file