Files
Hyperbar/Hyperbar.Desktop/Views/ContextualCommandView.xaml.cs
T
2024-01-04 17:32:36 +00:00

9 lines
186 B
C#

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