Exemple #1
0
 public Color(ColorEnum id)
 {
     Id          = id;
     Name        = id.ToString();
     Description = id.GetEnumDescription();
 }