6 lines
124 B
C#
6 lines
124 B
C#
namespace Hyperbar.Windows.Primary;
|
|
|
|
public class PrimaryWidgetConfiguration :
|
|
List<IPrimaryCommandConfiguration>
|
|
{
|
|
} |