Files
Hyperbar/Hyperbar.Windows.Primary/ProcessCommandConfiguration.cs
T

7 lines
156 B
C#

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