Exemplo n.º 1
0
 private void buttonNewProxy_Click(object sender, EventArgs e)
 {
     loClient = new MathServiceClient();
     MessageBox.Show("A new instance of proxy class is created");
 }
Exemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     loClient = new MathServiceClient();
 }