Example #1
0
 private void lb_color_Click(object sender, EventArgs e)
 {
     brush.ChangeColor(plt);
     lb_color.BackColor = brush.clr;
 }