Beispiel #1
0
        private void btnAssassin_Click(object sender, EventArgs e)
        {
            locationStartAssassin locationAssassin = new locationStartAssassin();

            locationAssassin.ShowDialog(); // Shows the Assassin location chooser
            this.Close();
        }
Beispiel #2
0
        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;
        }