Example #1
0
 public Settings()
 {
     SelectedAccentColor = new AutomaticNamedColor();
 }
 public bool Equals(AutomaticNamedColor other)
 {
     return(true);
 }