Ejemplo n.º 1
0
        public SkinHelper(ViewContext context)
        {
            viewContext = context;

            Name          = Settings.ActiveSettings.Skin;
            Translations  = _translationsFactory.Create(viewContext, this);
            Configuration = new SkinConfiguration();
        }
Ejemplo n.º 2
0
        public SkinHelper(ViewContext context)
        {
            viewContext = context;

            Name = Settings.ActiveSettings.Skin;
            Translations = _translationsFactory.Create(viewContext, this);
            Configuration = new SkinConfiguration();
        }