get plugin system working
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Hyperbar.Desktop.Contextual;
|
||||
|
||||
public class ContextualCommandViewModel :
|
||||
ICommandViewModel,
|
||||
ITemplatedViewModel
|
||||
{
|
||||
public ContextualCommandViewModel(ITemplateFactory templateFactory)
|
||||
{
|
||||
TemplateFactory = templateFactory;
|
||||
}
|
||||
|
||||
public ITemplateFactory TemplateFactory { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user