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();
        }
Exemple #3
0
        public void AddAbilityClick(object sender, System.EventArgs e)
        {
            Abilitywindow = new AbilityForm(ref AllAbility);

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

            Abilitywindow.Show();
        }