/// <summary>
 /// 构造
 /// </summary>
 public ApperaranceViewModel()
 {
     this.SelectedTheme = ThemeInfoManager.Instance.Theme;
     this.SelectedAccentColor = ThemeInfoManager.Instance.AccentColor;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造
 /// </summary>
 public SettingsViewModel()
 {
     this.SelectedTheme = ThemeInfoManagerSingleton.Instance.Theme;
     this.SelectedAccentColor = ThemeInfoManagerSingleton.Instance.AccentColor;
 }