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