private void btnStartGame_Click(object sender, EventArgs e) { PlayerName diffFrom = new PlayerName(); diffFrom.Show(); this.Hide(); }