Add project files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Hyperbar.Desktop;
|
||||
|
||||
public class ContextualCommandViewModel :
|
||||
ITemplatedViewModel
|
||||
{
|
||||
public ContextualCommandViewModel(ITemplateFactory templateFactory)
|
||||
{
|
||||
TemplateFactory = templateFactory;
|
||||
}
|
||||
|
||||
public ITemplateFactory TemplateFactory { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user