Exemplo n.º 1
0
        private void battleGroundToolStripMenuItem_Click(object sender, EventArgs e)
        {
            LoadBattleGround fm = new LoadBattleGround();

            fm.Show();
        }
Exemplo n.º 2
0
 private void battleGroundToolStripMenuItem_Click(object sender, EventArgs e)
 {
     LoadBattleGround fm = new LoadBattleGround();
     fm.Show();
 }