Exemplo n.º 1
0
 public ThemesDataSource(ThemeManager themeFileManager)
 {
     ThemeFileManager = themeFileManager;
 }
Exemplo n.º 2
0
 public StyleEditingController(ThemeManager themeManager)
 {
     ThemeManager = themeManager;
 }