Beispiel #1
0
 public void SetColor(string color)
 {
     label.Text = color;
     colorView.SetCircleColor(Color.ParseColor(color));
 }