예제 #1
0
파일: Form3.cs 프로젝트: ra316281/finalGame
        private void btnKnight_Click(object sender, EventArgs e)
        {
            locationStartKnight locationKnight = new locationStartKnight();

            locationKnight.ShowDialog(); // Shows the Knight location chooser
            this.Close();
        }
예제 #2
0
        private void btnKnight_Click(object sender, EventArgs e)
        {
            locationStartKnight locationKnight = new locationStartKnight();

            locationKnight.ShowDialog(); // Shows the Knight location chooser
            Form3 f3 = new Form3();

            f3.Visible = false;
        }