protected override void OnInitialized() { _jsService = JsServiceFactory.Create(this); SkillBaseAttributes = EnumConverter <SkillBaseAttributes> .GetDescriptions().Select(d => new GenericDataListItem(d)); SkillDifficulties = EnumConverter <SkillDifficulties> .GetDescriptions().Select(d => new GenericDataListItem(d)); EventBus.OnSkillSelected += SelectedSkillChanged; base.OnInitialized(); }
protected override void OnInitialized() { _jsService = JsServiceFactory.Create(this); EventBus.OnItemSelected += SelectedItemChanged; base.OnInitialized(); }
protected override void OnInitialized() { _jsService = JsServiceFactory.Create(this); EventBus.OnGlossarySelected += OnGlossaryModelSelectedAsync; base.OnInitialized(); }
protected override void OnInitialized() { _jsService = JsServiceFactory.Create(this); EventBus.OnAdvantageSelected += OnAdvantageSelected; base.OnInitialized(); }