Example #1
0
 private void colorGrid1_ColorDrag(object sender, ColorDragEventArgs e)
 {
     appPal.MoveColor(e.DraggedColor, e.TargetColor);
 }