public AncestryAdd(DataManager dataManager, DnDUnitCalc caller) { InitializeComponent(); this.dataManager = dataManager; foreach (string entry in dataManager.getTraitNames()) { this.traitscbox.Items.Add(entry); } this.caller = caller; }
public EquipAdd(DataManager dataManager, DnDUnitCalc caller) { InitializeComponent(); this.dataManager = dataManager; this.caller = caller; }
public TraitAdd(DataManager dataManager, DnDUnitCalc caller) { this.caller = caller; InitializeComponent(); this.dataManager = dataManager; }