private void bInformacionPersonal_Click(object sender, EventArgs e) { ventana3 = new fInformacionPersonal(); ventana3.Show(); }
private void bBuscar_Click(object sender, EventArgs e) { ventana = new fInformacionPersonal(); ventana.Show(); }