10 lines
194 B
C#
10 lines
194 B
C#
using Microsoft.UI.Xaml.Controls;
|
|
|
|
namespace Hyperbar.Windows;
|
|
|
|
public sealed partial class WidgetContainerView :
|
|
UserControl
|
|
{
|
|
public WidgetContainerView() => InitializeComponent();
|
|
}
|