Ejemplo n.º 1
0
        private void BtnViewClick(object sender, EventArgs e)
        {
            ViewAllStudentsPapersForm vForm = new ViewAllStudentsPapersForm();

            vForm.Show();
            Hide();
        }
        private void ViewAllStudentsAndPapersToolStripMenuItemClick(object sender, EventArgs e)
        {
            ViewAllStudentsPapersForm vForm = new ViewAllStudentsPapersForm();

            vForm.Show();
            Hide();
        }