update packes

This commit is contained in:
TheXamlGuy
2024-02-15 19:13:58 +00:00
parent cc61842c9a
commit 6f5f6f8cfe
12 changed files with 44 additions and 67 deletions
@@ -3,5 +3,5 @@
x:Class="Hyperbar.Widget.Windows.WidgetConfigurationView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ListBox ItemsSource="{Binding Mode=TwoWay}" />
<ItemsControl ItemTemplateSelector="{Binding ViewModelTemplateSelector}" ItemsSource="{Binding Mode=TwoWay}" />
</UserControl>