示例#1
0
        private void battleGroundToolStripMenuItem_Click(object sender, EventArgs e)
        {
            LoadBattleGround fm = new LoadBattleGround();

            fm.Show();
        }
示例#2
0
 private void battleGroundToolStripMenuItem_Click(object sender, EventArgs e)
 {
     LoadBattleGround fm = new LoadBattleGround();
     fm.Show();
 }