Skip to content

Commit ba341c9

Browse files
authored
Update Circle.xaml.cs (#1166)
1 parent 57b6ca1 commit ba341c9

File tree

1 file changed

+1
-1
lines changed
  • dotnet-desktop-guide/samples/snippets/csharp/VS_Snippets_Wpf/DragDropWalkthrough/CS

1 file changed

+1
-1
lines changed

dotnet-desktop-guide/samples/snippets/csharp/VS_Snippets_Wpf/DragDropWalkthrough/CS/Circle.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected override void OnMouseMove(MouseEventArgs e)
4040
data.SetData("Double", circleUI.Height);
4141
data.SetData("Object", this);
4242

43-
// Inititate the drag-and-drop operation.
43+
// Initiate the drag-and-drop operation.
4444
DragDrop.DoDragDrop(this, data, DragDropEffects.Copy | DragDropEffects.Move);
4545
}
4646
}

0 commit comments

Comments
 (0)