private void button7_Click(object sender, EventArgs e) { GroupStudent gs = new GroupStudent(); this.Hide(); gs.Show(); }
private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { GroupStudent cg = new GroupStudent(); this.Hide(); cg.Show(); }