wip..
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
|
||||
namespace Hyperbar.Widget.Windows;
|
||||
|
||||
public partial class WidgetConfigurationView : UserControl
|
||||
{
|
||||
public WidgetConfigurationView() =>
|
||||
InitializeComponent();
|
||||
|
||||
protected WidgetConfigurationViewModel ViewModel =>
|
||||
(WidgetConfigurationViewModel)DataContext;
|
||||
}
|
||||
Reference in New Issue
Block a user