Added primaey commands extenion/plugin
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Hyperbar.Desktop.Primary;
|
||||
|
||||
public class PrimaryCommandBuilder :
|
||||
ICommandBuilder
|
||||
{
|
||||
public void Create(IServiceCollection services)
|
||||
{
|
||||
services.AddCommandTemplate<PrimaryCommandViewModel, PrimaryCommandView>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user