5 lines
93 B
C#
5 lines
93 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public record CreateShortcut(string Path);
|
|
}
|