Files
egtstone3d/SelOption/SelOptionV.xaml
Demetrio Cassarino 2533192b24 -aggiunto popup view
-pulito codice
2025-01-14 12:32:00 +01:00

9 lines
304 B
XML

<UserControl x:Class="SelOptionV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ListBox ItemsSource="{Binding SelTypeList}"
SelectedIndex="{Binding SelType}"/>
</UserControl>