private void btnAlumnosPorCurso_Click(object sender, EventArgs e) { frmAlumnosPorCurso AlumnosPorCurso = new frmAlumnosPorCurso(); this.Visible = false; AlumnosPorCurso.ShowDialog(); this.Close(); }
private void btnAlumnosPorCurso_Click(object sender, EventArgs e) { frmAlumnosPorCurso AlumnosPorCurso = new frmAlumnosPorCurso(); AlumnosPorCurso.ShowDialog(); }