get plugin system working
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Hyperbar.Desktop.Contextual;
|
||||
|
||||
public class ContextualCommandBuilder : ICommandBuilder
|
||||
{
|
||||
public void Create(IServiceCollection services)
|
||||
{
|
||||
services.AddCommandTemplate<ContextualCommandViewModel, ContextualCommandView>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user