private void playBut_Click(object sender, EventArgs e) { gameForm frm = new gameForm(); frm.Show(); this.Visible = false; }