Beispiel #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     helloworldaspnet.Service1 svc = new HelloWorldASPNETClient.helloworldaspnet.Service1();
     svc.Url = textBox1.Text;
     MessageBox.Show(svc.HelloWorld());
 }
Beispiel #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     helloworldaspnet.Service1 svc = new HelloWorldASPNETClient.helloworldaspnet.Service1();
     svc.Url = textBox1.Text;
     MessageBox.Show(svc.HelloWorld());
 }