8 lines
163 B
C#
8 lines
163 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public class TaskbarButtonConfiguration
|
|
{
|
|
public string? PinnedShortcutDirectory { get; set; }
|
|
}
|
|
}
|