Ejemplo n.º 1
0
        private void findSpellForItemButton_Click(object sender, EventArgs e)
        {
            FindSpell ItemSpell = new FindSpell();

            ItemSpell.ShowDialog();
        }
Ejemplo n.º 2
0
        private void findSpellButton_Click(object sender, EventArgs e)
        {
            FindSpell fs = new FindSpell();

            fs.ShowDialog();
        }