Files
Hyperbar/Hyperbar.Windows.Primary/ProcessCommandConfiguration.cs
T
2024-01-11 19:52:48 +00:00

7 lines
164 B
C#

namespace Hyperbar.Windows.Primary;
public class ProcessCommandConfiguration :
PrimaryCommandConfiguration
{
public required string Path { get; set; }
}