public void ActionsClick(object sender, System.EventArgs e) { // Add event handler code here. //AttackForm window = new AttackForm(ref AllActions); SpellorAttackForm window = new SpellorAttackForm(ref AllActions); window.Show(); }
public void AddActionClick(object sender, System.EventArgs e) { Actionwindow = new SpellorAttackForm(ref AllActions); Actionwindow.Show(); }
public void ActionsClick(object sender, System.EventArgs e) { // Add event handler code here. //AttackForm window = new AttackForm(ref AllActions); SpellorAttackForm window =new SpellorAttackForm(ref AllActions); window.Show(); }