Пример #1
0
 public ThemeStyler(IFontProvider fontProvider, IThemeCollection themes)
 {
     state = new StyleConfiguratorState(themes)
     {
         Fonts = fontProvider
     };
 }
Пример #2
0
 public ThemeStyler(IThemeCollection themes)
 {
     this.themes = themes;
 }
Пример #3
0
 public StyleConfiguratorState(IThemeCollection themes)
 {
     this.themes = themes;
 }