Ejemplo n.º 1
0
        /**
         *
         */
        private void StudentButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            StudentLoginForm StudentLogin = new StudentLoginForm();

            StudentLogin.Show();
        }
Ejemplo n.º 2
0
        private void StudentButton_Click(object sender, EventArgs e)
        {
            StudentLoginForm StudentLogin = new StudentLoginForm();

            StudentLogin.Show();
            if (StudentLogin.catdone)
            {
                MessageBox.Show("YOU DID IT BRO0");
            }
        }