コード例 #1
0
        public SkinHelper(ViewContext context)
        {
            viewContext = context;

            Name          = Settings.ActiveSettings.Skin;
            Translations  = _translationsFactory.Create(viewContext, this);
            Configuration = new SkinConfiguration();
        }
コード例 #2
0
ファイル: SkinHelper.cs プロジェクト: jpykie/MPExtended
        public SkinHelper(ViewContext context)
        {
            viewContext = context;

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