EgtCAM5 :

- primo rilascio.
This commit is contained in:
Emmanuele Sassi
2016-07-06 09:46:23 +00:00
parent c67804e686
commit 6233d89e0f
133 changed files with 12953 additions and 0 deletions
@@ -0,0 +1,16 @@
<UserControl x:Class="ManageLayerExpanderView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Expander Header="Layers" Grid.Row="0">
<StackPanel>
<TextBox/>
<UniformGrid Rows="1">
<Button Content="Button4" Width="40" Height="40"/>
<Button Content="Button5" Width="40" Height="40"/>
<Button Content="Button6" Width="40" Height="40"/>
</UniformGrid>
<TreeView/>
</StackPanel>
</Expander>
</UserControl>