Exemplo n.º 1
0
 public Color FromString(string color)
 {
     return(ColorExtension.FromString(color, fromString));
 }