diff -r 19c1aaf900dc -r 7acec5059fa6 Services.cs --- a/Services.cs Tue Aug 12 20:37:57 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -using System; -using System.ServiceModel; - -namespace SharpDisplayManager -{ - [ServiceContract] - public interface IDisplayService - { - [OperationContract] - void SetText(int aLineIndex, string aText); - } -}