11 lines
214 B
C#
11 lines
214 B
C#
using Hyperbar.Widget;
|
|
using Microsoft.UI.Xaml.Controls;
|
|
|
|
namespace Hyperbar.Windows;
|
|
|
|
public sealed partial class WidgetView :
|
|
UserControl,
|
|
IWidgetView
|
|
{
|
|
public WidgetView() => InitializeComponent();
|
|
} |