Exemplo n.º 1
0
 private void ButtonAboutPlugin3_Click(object sender, EventArgs e)
 {
     try
     {
         MessageBox.Show(webservice3.AppointmentPlugin());
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 2
0
 private void button6_Click(object sender, EventArgs e)
 {
     try {
         Service3 webservice = new Service3();
         MessageBox.Show(webservice.AppointmentPlugin());
         webservice.Dispose();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }