2533192b24
-pulito codice
9 lines
304 B
XML
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>
|