private void Button1_Click(object sender, EventArgs e) { Form skor = new SkorTablosu(); skor.Show(); this.Hide(); }