merge main branch

This commit is contained in:
CXWTool Service Account
2021-10-01 05:01:18 +00:00
@@ -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);
} }
} }