mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Merge pull request #1167 from dotnet/publish-18565
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ namespace DragDropWalkthrough
|
|||||||
data.SetData("Double", circleUI.Height);
|
data.SetData("Double", circleUI.Height);
|
||||||
data.SetData("Object", this);
|
data.SetData("Object", this);
|
||||||
|
|
||||||
// Inititate the drag-and-drop operation.
|
// Initiate the drag-and-drop operation.
|
||||||
DragDrop.DoDragDrop(this, data, DragDropEffects.Copy | DragDropEffects.Move);
|
DragDrop.DoDragDrop(this, data, DragDropEffects.Copy | DragDropEffects.Move);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user