Beispiel #1
0
 public ColorDictionary(ColorDictionary reference)
 {
     keys   = reference.GetKeyList();
     values = reference.GetValueList();
 }