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