コード例 #1
0
ファイル: Form3.cs プロジェクト: ra316281/finalGame
        private void btnAssassin_Click(object sender, EventArgs e)
        {
            locationStartAssassin locationAssassin = new locationStartAssassin();

            locationAssassin.ShowDialog(); // Shows the Assassin location chooser
            this.Close();
        }
コード例 #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;
        }