changeset 18 | 7acec5059fa6 |
parent 17 | 19c1aaf900dc |
child 19 | 1a85ec255882 |
1.1 --- a/Services.cs Tue Aug 12 20:37:57 2014 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,12 +0,0 @@ 1.4 -using System; 1.5 -using System.ServiceModel; 1.6 - 1.7 -namespace SharpDisplayManager 1.8 -{ 1.9 - [ServiceContract] 1.10 - public interface IDisplayService 1.11 - { 1.12 - [OperationContract] 1.13 - void SetText(int aLineIndex, string aText); 1.14 - } 1.15 -}