private void ResetForm() { FormSpells NewForm = new FormSpells(); NewForm.Show(); this.Dispose(false); }
private void spells_Click(object sender, EventArgs e) { FormSpells sForm = new FormSpells(); sForm.Show(); }