Files
Hyperbar/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml.cs
T
2024-01-04 20:53:49 +00:00

9 lines
197 B
C#

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