예제 #1
0
 private void InvokeWcf()
 {
     UserServiceClient wcf = new UserServiceClient();
     var wk = wcf.DoWork();
 }