Exemplo n.º 1
0
 public DragAndDrop(dePickObject PickObject, deDropObject DropObject)
 {
     this.PickObject = PickObject;
     this.DropObject = DropObject;
     item            = null;
     state           = State.none;
 }
Exemplo n.º 2
0
 public DragAndDrop(dePickObject PickObject, deDropObject DropObject)
 {
     this.PickObject = PickObject;
     this.DropObject = DropObject;
     this.state      = States.None;
     this.item       = null;
 }