Files
Hyperbar/Hyperbar.Widget.Windows/WidgetView.xaml.cs
T
2024-01-27 20:28:40 +00:00

11 lines
221 B
C#

using Hyperbar.Widget;
using Microsoft.UI.Xaml.Controls;
namespace Hyperbar.Widget.Windows;
public sealed partial class WidgetView :
UserControl,
IWidgetView
{
public WidgetView() => InitializeComponent();
}