private void HowToPlay_Click(object sender, EventArgs e) { HowToPlayForm how = new HowToPlayForm(); how.ShowDialog(); }