6233d89e0f
- primo rilascio.
10 lines
325 B
XML
10 lines
325 B
XML
<UserControl x:Class="InfoExpanderView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Expander Header="Properties">
|
|
<UniformGrid>
|
|
<TextBox/>
|
|
</UniformGrid>
|
|
</Expander>
|
|
</UserControl>
|