9 lines
197 B
C#
9 lines
197 B
C#
using Microsoft.UI.Xaml.Controls;
|
|
|
|
namespace Hyperbar.Desktop.Contextual;
|
|
|
|
public sealed partial class ContextualCommandView : Page
|
|
{
|
|
public ContextualCommandView() => InitializeComponent();
|
|
}
|