Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            ServiceForOneWayClient OneWayClient = new ServiceForOneWayClient();

            OneWayClient.GetData(10);
            MessageBox.Show("调用完毕");
        }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     ServiceForOneWayClient OneWayClient = new ServiceForOneWayClient();
     OneWayClient.GetData(10);
     MessageBox.Show("调用完毕");
 }