5 lines
103 B
C#
5 lines
103 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public record PointerDrag(PointerLocation Location);
|
|
}
|