Exemplo n.º 1
0
 private ColorGroup GetColorGroup(ColorGroupDescendant cgd)
 {
     return(colors.Find(cg => cg.instanceId.Value == cgd.target.Value));
 }
Exemplo n.º 2
0
 public ColorGroupDescendant(ColorGroupDescendant cgDescendant)
     : this(cgDescendant.target)
 {
 }