Server/Services.cs
changeset 22 cac466b1b6e6
parent 21 274a6b27c3f9
     1.1 --- a/Server/Services.cs	Thu Aug 14 00:23:18 2014 +0200
     1.2 +++ b/Server/Services.cs	Thu Aug 14 09:11:27 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  
     1.5  namespace SharpDisplayManager
     1.6  {
     1.7 +    /*
     1.8      [ServiceContract(CallbackContract = typeof(IDisplayServiceCallback))]
     1.9      public interface IDisplayService
    1.10      {
    1.11 @@ -27,4 +28,5 @@
    1.12          [OperationContract(IsOneWay = true)]
    1.13          void OnServerClosing();
    1.14      }
    1.15 +     */
    1.16  }