Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            StudentLogin studentLogin = new StudentLogin();

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

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