Ejemplo n.º 1
0
        private void RegistroDeEstudiantesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            RAsistenciasForm ra = new RAsistenciasForm();

            ra.MdiParent = this;
            ra.Show();
        }
Ejemplo n.º 2
0
        private void registroAsistenciasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            RAsistenciasForm ra = new RAsistenciasForm();

            ra.Show();
        }