Exemplo n.º 1
0
 static void Main(string[] args)
 {
     var client = new WCFService.ServiceClient();
     var result = client.GetSoftware();
     var test = "";
 }