Ejemplo n.º 1
0
 private void cmdAddAura_Click(object sender, EventArgs e)
 {
     SpellBook.AddAura(nudAuraId, txtAuraName);
 }