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