//Volver private void button2_Click(object sender, EventArgs e) { if (agregadoPorPariente) { abmAlta.Show(); abmAlta.deshabilitarBoton(); this.Close(); } else { abm.Show(); this.Close(); } }
//Volver private void button1_Click(object sender, EventArgs e) { abm.Show(); this.Close(); }