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

            fm.Show();
        }
 private void battleGroundToolStripMenuItem_Click(object sender, EventArgs e)
 {
     LoadBattleGround fm = new LoadBattleGround();
     fm.Show();
 }