Exemple #1
0
 public void WCFConnect()
 {
     _server = new EmailServiceClient();
     _server.Connect();
 }