Exemplo n.º 1
0
 private void button3_Click_1(object sender, EventArgs e)
 {
     MessageBox.Show("A nurse will be with you as soon as possible");
     _emergencyRequest.CallRequest();
 }
Exemplo n.º 2
0
 public void button3_Click(object sender, EventArgs e)
 {
     MessageBox.Show("A nurse will be with you as soon as possible");
     _emergencyRequest.CallRequest();
     _status = "Success";
 }
Exemplo n.º 3
0
 private void button3_Click(object sender, EventArgs e)
 {
     chosenResult = MessageBox.Show("A nurse will be with you as soon as possible");
     _request_emerg.CallRequest();
 }