8 lines
111 B
C#
8 lines
111 B
C#
namespace Hyperbar.Windows.Primary;
|
|
|
|
public class PrimaryCommandConfiguration : List<IPrimaryCommand>
|
|
{
|
|
|
|
}
|
|
|