7 lines
177 B
C#
7 lines
177 B
C#
using Windows.UI.Xaml;
|
|
|
|
namespace TheXamlGuy.TaskbarGroup.Flyout.Foundation
|
|
{
|
|
public record class Drag<TTarget>(DragEventArgs DragEventArgs) where TTarget : UIElement;
|
|
}
|