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