Example #1
0
        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();
        }
Example #3
0
        public void AddActionClick(object sender, System.EventArgs e)
        {
            Actionwindow = new SpellorAttackForm(ref AllActions);

            Actionwindow.Show();
        }
Example #4
0
        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();
        }