diff --git a/Hyperbar.Desktop.Contextual/ContextualCommandBuilder.cs b/Hyperbar.Desktop.Contextual/ContextualCommandBuilder.cs index da53c81..e53992f 100644 --- a/Hyperbar.Desktop.Contextual/ContextualCommandBuilder.cs +++ b/Hyperbar.Desktop.Contextual/ContextualCommandBuilder.cs @@ -2,7 +2,8 @@ using Microsoft.Extensions.DependencyInjection; namespace Hyperbar.Desktop.Contextual; -public class ContextualCommandBuilder : ICommandBuilder +public class ContextualCommandBuilder : + ICommandBuilder { public void Create(IServiceCollection services) { diff --git a/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml b/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml index 1c78ee6..ad58c7c 100644 --- a/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml +++ b/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml @@ -2,13 +2,7 @@ - + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">