private void button2_Click(object sender, EventArgs e) { StudentLogin studentLogin = new StudentLogin(); this.Hide(); studentLogin.Show(); }
private void button13_Click(object sender, EventArgs e) { StudentLogin SLogin = new StudentLogin(); this.Close(); SLogin.Show(); }