Beispiel #1
0
 private void backB_Click(object sender, EventArgs e)
 {
     cla = new Classroom();
     this.Hide();
     cla.Show();
 }