示例#1
0
        private void opzioniUILoad(object sender, EventArgs e)
        {
            _opzioniService = ResolveComponent<IOpzioniService>();
            
            loadListWithStyleLibraries();

            menuScomparsa.ValueList = DataSourceHelper.GetValueList<MouseOverAction>("mouseOver");

            var options = _opzioniService.GetOpzioniUtente("default");
            stile.Value = options.CurrentStyle;
            grandezzaIconeToolBar.Value = options.ToolbarIconType.ToString();
            grandezzaIconeMenu.Value = options.MenuIconType.ToString();
            menuScomparsa.Value = options.MouseOverMenuScomparsa.ToString();

            sceltaCondominioCombo1.LoadData();
        }