private void btnAssassin_Click(object sender, EventArgs e) { locationStartAssassin locationAssassin = new locationStartAssassin(); locationAssassin.ShowDialog(); // Shows the Assassin location chooser this.Close(); }
private void btnAssassin_Click(object sender, EventArgs e) { locationStartAssassin locationAssassin = new locationStartAssassin(); locationAssassin.ShowDialog(); // Shows the Assassin location chooser Form3 f3 = new Form3(); f3.Visible = false; }