Added json configuration
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using Hyperbar.Extensions;
|
||||
using Hyperbar.Lifecycles;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Hyperbar.Desktop.Primary;
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
namespace Hyperbar.Desktop.Primary;
|
||||
using Hyperbar.Lifecycles;
|
||||
using Hyperbar.Templates;
|
||||
|
||||
namespace Hyperbar.Desktop.Primary;
|
||||
|
||||
public class PrimaryCommandConfiguration
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class PrimaryCommandViewModel(ITemplateFactory templateFactory) :
|
||||
ICommandViewModel,
|
||||
|
||||
Reference in New Issue
Block a user