private void btnOrc_Click_1(object sender, EventArgs e) { locationStartOrc locationOrc = new locationStartOrc(); locationOrc.ShowDialog(); // Shows the Orc location chooser this.Close(); }
private void btnOrc_Click_1(object sender, EventArgs e) { locationStartOrc locationOrc = new locationStartOrc(); locationOrc.ShowDialog(); // Shows the Orc location chooser Form3 f3 = new Form3(); f3.Visible = false; }