コード例 #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();
        }
コード例 #2
0
        public void AddActionClick(object sender, System.EventArgs e)
        {
            Actionwindow = new SpellorAttackForm(ref AllActions);

            Actionwindow.Show();
        }
コード例 #3
0
        public void AddActionClick(object sender, System.EventArgs e)
        {
            Actionwindow = new SpellorAttackForm(ref AllActions);

            Actionwindow.Show();
        }
コード例 #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();
        }