Пример #1
0
 private void buttonNewProxy_Click(object sender, EventArgs e)
 {
     loClient = new MathServiceClient();
     MessageBox.Show("A new instance of proxy class is created");
 }
Пример #2
0
 public Form1()
 {
     InitializeComponent();
     loClient = new MathServiceClient();
 }