Ejemplo n.º 1
0
        private void eSTUDIANTEToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            origen = "inicio evaluar estudiante";
            CalificationForm agendaobjectl = new CalificationForm();

            agendaobjectl.WindowState = FormWindowState.Maximized;
            agendaobjectl.Show();
            this.Close();
        }
Ejemplo n.º 2
0
        private void eMPLEADOSToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            origen = "inicio calificar empleado";
            CalificationForm agendaobjectl = new CalificationForm();

            agendaobjectl.WindowState = FormWindowState.Maximized;
            agendaobjectl.Show();
            this.Close();
        }