private void btnEstudiantesClick(object sender, EventArgs e) { Form F = new FormEstudiante(); F.ShowDialog(); }
private void button1_Click(object sender, EventArgs e) { Form F = new FormEstudiante(); F.Show(); }