Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed Apr 28, 2022
1 parent 867b001 commit 6ebecce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private void picControlPreviewBehindCursor_MouseDown(object sender, MouseEventAr
// To() to define target controls and how the dragged data should be used on drop
}
```
<sup><a href='/src/FluentDragDropExample/TestForm.cs#L32-L51' title='Snippet source file'>snippet source</a> | <a href='#snippet-immediateusage' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/FluentDragDropExample/TestForm.cs#L32-L51' title='File snippet `immediateusage` was extracted from'>snippet source</a> | <a href='#snippet-immediateusage' title='Navigate to start of snippet `immediateusage`'>anchor</a></sup>
<!-- endSnippet -->

It's all in there: Putting data to the drag&drop operation, attaching a custom preview image to the mouse cursor, working with the dragged data once it's dropped and much more.
Expand Down Expand Up @@ -62,7 +62,7 @@ private void CountryList_MouseDown(object sender, MouseEventArgs e)
.To(target, MoveItems);
}
```
<sup><a href='/src/FluentDragDropExample/TestForm.cs#L80-L94' title='Snippet source file'>snippet source</a> | <a href='#snippet-delayedusage' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/FluentDragDropExample/TestForm.cs#L80-L94' title='File snippet `delayedusage` was extracted from'>snippet source</a> | <a href='#snippet-delayedusage' title='Navigate to start of snippet `delayedusage`'>anchor</a></sup>
<!-- endSnippet -->

This (<sub><sup>and the 5 line method `MoveItems()`</sub></sup>) is everything we need to implement two-way Drag&Drop lists:
Expand Down
2 changes: 1 addition & 1 deletion src/FluentDragDrop/FluentDragDrop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This package brings rich Drag&amp;Drop experience to your app, just by adding a

The app icon was made by Freepik from www.flaticon.com and is licensed by Creative Commons BY 3.0.</Description>
<PackageTags>Fluent;Drag;Drop;Windows;Forms;WinForms;UI</PackageTags>
<Copyright>Andreas Wäscher 2020</Copyright>
<Copyright>Andreas Wäscher 2022</Copyright>
<PackageIcon>FluentDragDrop.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 6ebecce

Please sign in to comment.