Exemplo n.º 1
0
 public void SetTheme(ColorTheme theme)
 {
     colorTheme = theme;
     if (themeChanged != null)
     {
         themeChanged(colorTheme);
     }
 }
Exemplo n.º 2
0
 public ColorThemeObserver(ColorTheme theme)
 {
     SetTheme(theme);
 }