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