Some refactoring

This commit is contained in:
TheXamlGuy
2024-06-09 22:41:58 +01:00
parent 8d20c0a8c0
commit 5a98b67dcf
34 changed files with 177 additions and 106 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
namespace Toolkit.Foundation;
public record MoveToEventArgs<TValue>(int OldIndex, int NewIndex);
public record MoveToEventArgs<TSender>(int OldIndex, int NewIndex);