Files
TheXamlGuy.TaskbarGroup/TheXamlGuy.TaskbarGroup.Flyout.Foundation/Drag.cs
T
dan_clark@outlook.com 506161e4b9 WIP memory iconstorage
2022-03-24 20:09:10 +00:00

7 lines
177 B
C#

using Windows.UI.Xaml;
namespace TheXamlGuy.TaskbarGroup.Flyout.Foundation
{
public record class Drag<TTarget>(DragEventArgs DragEventArgs) where TTarget : UIElement;
}