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