private void StudentAboutUsButton_Click(object sender, EventArgs e) { StudentAboutUs aboutUs = new StudentAboutUs(); aboutUs.Show(); this.Hide(); }
private void AboutUsButton_Click(object sender, EventArgs e) { StudentAboutUs studentAbout = new StudentAboutUs(); studentAbout.Show(); this.Hide(); }