diff -r 274a6b27c3f9 -r cac466b1b6e6 Server/Servers.cs --- a/Server/Servers.cs Thu Aug 14 00:23:18 2014 +0200 +++ b/Server/Servers.cs Thu Aug 14 09:11:27 2014 +0200 @@ -4,6 +4,7 @@ using System.ServiceModel; using System.Collections.Generic; using System.Linq; +using SharpDisplayInterface; namespace SharpDisplayManager { @@ -30,7 +31,7 @@ } } } - + // public void SetText(int aLineIndex, string aText) { @@ -56,7 +57,7 @@ } //Register our client Program.iMainForm.iClients.Add(aClientName, callback); - + //For some reason MP still hangs on that one //callback.OnConnected(); }