Ejemplo n.º 1
0
 private void LoadTheme()
 {
     ThemeInfo.Init();
     this.StyleManager       = styleManagerMain;
     this.StyleManager.Theme = ThemeInfo.StyleManager.Theme;
     this.StyleManager.Style = ThemeInfo.MainStyle;
 }
Ejemplo n.º 2
0
 private void LoadTheme()
 {
     ThemeInfo.Init();
     this.StyleManager       = styleManagerLogin;
     this.StyleManager.Theme = ThemeInfo.StyleManager.Theme;
 }