예제 #1
0
 public DragData(IDraggableRowItem item)
 {
     Item          = item;
     OriginalIndex = item.RowIndex;
 }
예제 #2
0
 public DragDropController(IDraggableRowItem item)
 {
     this.item = item;
 }