1.1 --- a/Server/Servers.cs Thu Aug 14 00:23:18 2014 +0200
1.2 +++ b/Server/Servers.cs Thu Aug 14 09:11:27 2014 +0200
1.3 @@ -4,6 +4,7 @@
1.4 using System.ServiceModel;
1.5 using System.Collections.Generic;
1.6 using System.Linq;
1.7 +using SharpDisplayInterface;
1.8
1.9 namespace SharpDisplayManager
1.10 {
1.11 @@ -30,7 +31,7 @@
1.12 }
1.13 }
1.14 }
1.15 -
1.16 +
1.17 //
1.18 public void SetText(int aLineIndex, string aText)
1.19 {
1.20 @@ -56,7 +57,7 @@
1.21 }
1.22 //Register our client
1.23 Program.iMainForm.iClients.Add(aClientName, callback);
1.24 -
1.25 +
1.26 //For some reason MP still hangs on that one
1.27 //callback.OnConnected();
1.28 }