private void EstudianteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cEstudiantes cEstudiantes = new cEstudiantes();

            cEstudiantes.MdiParent = this;
            cEstudiantes.Show();
        }
Пример #2
0
        private void XToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cEstudiantes x = new cEstudiantes();

            x.MdiParent = this;
            x.Show();
        }
Пример #3
0
        private void ConsultarEstudiantesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cEstudiantes consulta = new cEstudiantes();

            consulta.MdiParent = this;
            consulta.Show();
        }
Пример #4
0
        private void EstudiantesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cEstudiantes estudiante = new cEstudiantes();

            estudiante.MdiParent = this;
            estudiante.Show();
        }
Пример #5
0
        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();
        }
Пример #6
0
        private void EstudiantesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cEstudiantes frm = new cEstudiantes();

            frm.Show();
        }
Пример #7
0
        private void ConsultarEstudiantesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cEstudiantes cE = new cEstudiantes();

            cE.ShowDialog();
        }
Пример #8
0
        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();
        }
Пример #10
0
        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();
        }
Пример #12
0
        private void CEstudiantesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cEstudiantes est = new cEstudiantes();

            est.Show();
        }
Пример #13
0
        private void button1_Click(object sender, EventArgs e)
        {
            cEstudiantes ce = new cEstudiantes();

            ce.Show();
        }