private void EstudianteToolStripMenuItem_Click(object sender, EventArgs e) { cEstudiantes cEstudiantes = new cEstudiantes(); cEstudiantes.MdiParent = this; cEstudiantes.Show(); }
private void XToolStripMenuItem1_Click(object sender, EventArgs e) { cEstudiantes x = new cEstudiantes(); x.MdiParent = this; x.Show(); }
private void ConsultarEstudiantesToolStripMenuItem_Click(object sender, EventArgs e) { cEstudiantes consulta = new cEstudiantes(); consulta.MdiParent = this; consulta.Show(); }
private void EstudiantesToolStripMenuItem1_Click(object sender, EventArgs e) { cEstudiantes estudiante = new cEstudiantes(); estudiante.MdiParent = this; estudiante.Show(); }
private void BuscarButton_Click(object sender, EventArgs e) { int id; Repositorio <Estudiantes> r = new Repositorio <Estudiantes>(); Estudiantes est = new Estudiantes(); int.TryParse(EstudainteIdNumericUpDown.Text, out id); cEstudiantes cons = new cEstudiantes(); cons.ShowDialog(); }
private void EstudiantesToolStripMenuItem_Click(object sender, EventArgs e) { cEstudiantes frm = new cEstudiantes(); frm.Show(); }
private void ConsultarEstudiantesToolStripMenuItem_Click(object sender, EventArgs e) { cEstudiantes cE = new cEstudiantes(); cE.ShowDialog(); }
private void ConsultaEstudianteToolStripMenuItem_Click(object sender, EventArgs e) { Form registre = new cEstudiantes(); registre.Show(); }
private void ConsultaEstudianteMenuItem_Click(object sender, RoutedEventArgs e) { cEstudiantes ce = new cEstudiantes(); ce.Show(); }
private void estudiantesToolStripMenuItem1_Click(object sender, EventArgs e) { cEstudiantes ce = new cEstudiantes(); ce.Show(); }
private void ConsultaEstudiantesButton_Click(object sender, EventArgs e) { cEstudiantes cE = new cEstudiantes(); cE.ShowDialog(); }
private void CEstudiantesToolStripMenuItem_Click(object sender, EventArgs e) { cEstudiantes est = new cEstudiantes(); est.Show(); }
private void button1_Click(object sender, EventArgs e) { cEstudiantes ce = new cEstudiantes(); ce.Show(); }