Beispiel #1
0
 public bool Remove(TitleHue hue)
 {
     return(hue != null && Hues.Remove(hue));
 }