Client/Client.cs
changeset 22 cac466b1b6e6
parent 21 274a6b27c3f9
child 25 6f10207a89a8
     1.1 --- a/Client/Client.cs	Thu Aug 14 00:23:18 2014 +0200
     1.2 +++ b/Client/Client.cs	Thu Aug 14 09:11:27 2014 +0200
     1.3 @@ -4,14 +4,14 @@
     1.4  using System.Text;
     1.5  using System.Threading.Tasks;
     1.6  using System.Windows.Forms;
     1.7 -using SharpDisplayManager;
     1.8 +using SharpDisplayInterface;
     1.9  using System.ServiceModel;
    1.10  using System.ServiceModel.Channels;
    1.11  
    1.12  
    1.13  namespace SharpDisplayClient
    1.14  {
    1.15 -    public partial class ClientInput : SharpDisplayManager.IDisplayServiceCallback
    1.16 +    public partial class ClientInput : IDisplayServiceCallback
    1.17      {
    1.18          public void OnConnected()
    1.19          {