예제 #1
0
        private void ResetForm()
        {
            FormSpells NewForm = new FormSpells();

            NewForm.Show();
            this.Dispose(false);
        }
예제 #2
0
        private void spells_Click(object sender, EventArgs e)
        {
            FormSpells sForm = new FormSpells();

            sForm.Show();
        }