front_idill/extern/TestClient/Program.cs
changeset 27 6c08d4d7219e
equal deleted inserted replaced
26:858e90c7cbaa 27:6c08d4d7219e
       
     1 using System;
       
     2 using System.Collections.Generic;
       
     3 using System.Linq;
       
     4 using System.Text;
       
     5 
       
     6 namespace TestClient
       
     7 {
       
     8     class Program
       
     9     {
       
    10         static void Main(string[] args)
       
    11         {
       
    12         }
       
    13     }
       
    14 }