Ejemplo n.º 1
0
        private void btnOrc_Click_1(object sender, EventArgs e)
        {
            locationStartOrc locationOrc = new locationStartOrc();

            locationOrc.ShowDialog(); // Shows the Orc location chooser
            this.Close();
        }
Ejemplo n.º 2
0
        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;
        }