7 lines
156 B
C#
7 lines
156 B
C#
namespace Hyperbar.Windows.Primary;
|
|
|
|
public class ProcessCommandConfiguration :
|
|
PrimaryCommandConfiguration
|
|
{
|
|
public string? Path { get; set; }
|
|
} |