コード例 #1
0
 private void ButtonAboutPlugin4_Click(object sender, EventArgs e)
 {
     try
     {
         MessageBox.Show(webservice4.AppointmentPlugin());
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
コード例 #2
0
 private void button8_Click(object sender, EventArgs e)
 {
     try
     {
         Service4 webservice = new Service4();
         MessageBox.Show(webservice.AppointmentPlugin());
         webservice.Dispose();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }