Added json configuration

This commit is contained in:
TheXamlGuy
2024-01-05 17:34:09 +00:00
parent d94add17f9
commit e180c966ff
33 changed files with 527 additions and 40 deletions
@@ -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,