Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            StudentLogin studentLogin = new StudentLogin();

            this.Hide();
            studentLogin.Show();
        }
Example #2
0
        private void button13_Click(object sender, EventArgs e)
        {
            StudentLogin SLogin = new StudentLogin();

            this.Close();
            SLogin.Show();
        }