11 lines
221 B
C#
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();
|
|
} |