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