public VortexObjectDataTemplate()
 {
     dragDropPublisher = new DragDropPublisher(this);
 }
예제 #2
0
 public TreeItemTemplate()
 {
     Dragdrop = new DragDropPublisher(this);
 }
예제 #3
0
 public ValueTag()
 {
     dragdrop = new DragDropPublisher(this);
 }