Exemplo n.º 1
0
 public ThemeStyler(IFontProvider fontProvider, IThemeCollection themes)
 {
     state = new StyleConfiguratorState(themes)
     {
         Fonts = fontProvider
     };
 }
Exemplo n.º 2
0
 public ThemeStyler(IThemeCollection themes)
 {
     this.themes = themes;
 }
Exemplo n.º 3
0
 public StyleConfiguratorState(IThemeCollection themes)
 {
     this.themes = themes;
 }