public AddAbilityForm()
        {
            InitializeComponent();
            Translation.Apply(this);

            spellslots.Add(Spellslot1);
            spellslots.Add(Spellslot2);
            spellslots.Add(Spellslot3);
            spellslots.Add(Spellslot4);
            spellslots.Add(Spellslot5);
            spellslots.Add(Spellslot6);
            spellslots.Add(Spellslot7);
            spellslots.Add(Spellslot8);
            spellslots.Add(Spellslot9);
        }
Ejemplo n.º 2
0
        public AddAbilityForm()
        {
            InitializeComponent();
            Translation.Apply(this);

            if (!Settings.isEpic)
            {
                tabControl1.TabPages.RemoveAt(2);
            }

            spellslots.Add(Spellslot1);
            spellslots.Add(Spellslot2);
            spellslots.Add(Spellslot3);
            spellslots.Add(Spellslot4);
            spellslots.Add(Spellslot5);
            spellslots.Add(Spellslot6);
            spellslots.Add(Spellslot7);
            spellslots.Add(Spellslot8);
            spellslots.Add(Spellslot9);
        }
Ejemplo n.º 3
0
 public AddActionForm(string currentCR = "")
 {
     InitializeComponent();
     Translation.Apply(this);
 }
 public AddLegendaryForm()
 {
     InitializeComponent();
     Translation.Apply(this);
 }
Ejemplo n.º 5
0
 public AddSavedTrait()
 {
     InitializeComponent();
     Translation.Apply(this);
 }
Ejemplo n.º 6
0
 public CustomSpeed()
 {
     InitializeComponent();
     Translation.Apply(this);
 }