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