public VortexObjectDataTemplate()
 {
     dragDropPublisher = new DragDropPublisher(this);
 }
Ejemplo n.º 2
0
 public TreeItemTemplate()
 {
     Dragdrop = new DragDropPublisher(this);
 }
Ejemplo n.º 3
0
 public ValueTag()
 {
     dragdrop = new DragDropPublisher(this);
 }