diff --git a/Hyperbar.Desktop.Contextual/ContextualCommandBuilder.cs b/Hyperbar.Desktop.Contextual/ContextualCommandBuilder.cs new file mode 100644 index 0000000..da53c81 --- /dev/null +++ b/Hyperbar.Desktop.Contextual/ContextualCommandBuilder.cs @@ -0,0 +1,11 @@ +using Microsoft.Extensions.DependencyInjection; + +namespace Hyperbar.Desktop.Contextual; + +public class ContextualCommandBuilder : ICommandBuilder +{ + public void Create(IServiceCollection services) + { + services.AddCommandTemplate(); + } +} diff --git a/Hyperbar.Desktop/Views/ContextualCommandView.xaml b/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml similarity index 73% rename from Hyperbar.Desktop/Views/ContextualCommandView.xaml rename to Hyperbar.Desktop.Contextual/ContextualCommandView.xaml index e608e52..cd71865 100644 --- a/Hyperbar.Desktop/Views/ContextualCommandView.xaml +++ b/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml @@ -1,15 +1,15 @@ -