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