using Microsoft.UI.Xaml.Controls; namespace Hyperbar.Desktop; public sealed partial class ContextualCommandView : Page { public ContextualCommandView() => InitializeComponent(); }