WIP memory iconstorage
This commit is contained in:
@@ -2,8 +2,5 @@
|
||||
|
||||
namespace TheXamlGuy.TaskbarGroup.Flyout.Foundation
|
||||
{
|
||||
public record class Drop<TTarget>(DragEventArgs DropEventArgs) where TTarget : UIElement
|
||||
{
|
||||
public TTarget Target { get; }
|
||||
}
|
||||
public record class Drop<TTarget>(DragEventArgs DropEventArgs) where TTarget : UIElement;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user