}             // end Admin_SignIn_Button_Click

        /** This button takes the user back to the main page to select weather they are a student or admin. **/
        private void GoBack_AdminSignIn_Button_Click(object sender, EventArgs e)
        {
            Admin_OR_Student aOs = new Admin_OR_Student();

            aOs.Show();
            this.Close();
        } // end  GoBack_AdminSignIn_Button_Click
Example #2
0
        }// end Admin_courseMan_Button_Click

        /** This button signs the admin out and takes them back to the main page to select weather they are an student or a admin. **/
        private void Admin_logOut_Button_Click(object sender, EventArgs e)
        {
            Admin_OR_Student aOs = new Admin_OR_Student();

            aOs.Show();
            this.Close();
        } // end Admin_logOut_Button_Click