Ejemplo n.º 1
0
 private void AddButton_Click(object sender, EventArgs e)
 {
     if (nameBox1.Text != string.Empty && nameBox2.Text != string.Empty && nameBox3.Text != string.Empty)
     {
         AddPatient?.Invoke();
     }
 }