Exemplo n.º 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();
        }
Exemplo n.º 2
0
        public void AddActionClick(object sender, System.EventArgs e)
        {
            Actionwindow = new SpellorAttackForm(ref AllActions);

            Actionwindow.Show();
        }
Exemplo n.º 3
0
        public void AddActionClick(object sender, System.EventArgs e)
        {
            Actionwindow = new SpellorAttackForm(ref AllActions);

            Actionwindow.Show();
        }
Exemplo n.º 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();
        }