diff -r 6c08d4d7219e -r 9ccef81f02ab front_idill/extern/TestClient/Program.cs --- a/front_idill/extern/TestClient/Program.cs Thu Apr 12 13:09:46 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace TestClient -{ - class Program - { - static void Main(string[] args) - { - } - } -}