예제 #1
0
파일: Program.cs 프로젝트: olho0001/CDW
 static void Main(string[] args)
 {
     var client = new WCFService.ServiceClient();
     var result = client.GetSoftware();
     var test = "";
 }