Exemplo n.º 1
0
 protected virtual void Release()
 {
     DragAndDrop.InvokeOnEndDrag(this);
     DragAndDrop.dragItem = null;
     _rootSlot            = null;
 }
Exemplo n.º 2
0
 public void UpdateRootSlot(ISlot newRootSlot)
 {
     _rootSlot = (Slotable)newRootSlot;
 }