Exemple #1
0
 public void MoveCommand(ArrayList movedItemsList, PointF delta)
 {
     _graphicsList.Move(movedItemsList, delta);
     Refresh();
 }