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