Пример #1
0
 void client_EchoCompleted(object sender, ServiceReference1.EchoCompletedEventArgs e)
 {
     this.AddToDebug("Service replied: {0}", e.Result);
 }
Пример #2
0
 void client_EchoCompleted(object sender, ServiceReference1.EchoCompletedEventArgs e)
 {
     this.txtDebug.Text = this.txtDebug.Text + "Server response: " + e.Result + Environment.NewLine;
 }