Example #1
0
        public void AbilityClick(object sender, System.EventArgs e)
        {
            // Add event handler code here.
            Abilitywindow = new AbilityForm();

            Abilitywindow.Show();
        }
        public void AddAbilityClick(object sender, System.EventArgs e)
        {
            Abilitywindow = new AbilityForm(ref AllAbility);

            Abilitywindow.Show();
        }
Example #3
0
        public void AddAbilityClick(object sender, System.EventArgs e)
        {
            Abilitywindow = new AbilityForm(ref AllAbility);

            Abilitywindow.Show();
        }
Example #4
0
        public void AbilityClick(object sender, System.EventArgs e)
        {
            // Add event handler code here.
            Abilitywindow = new AbilityForm();

            Abilitywindow.Show();
        }