EgtCAM5 :

- Migliorie varie.
This commit is contained in:
Emmanuele Sassi
2016-07-10 11:34:07 +00:00
parent ec2f7a38ef
commit f8b17066de
41 changed files with 1706 additions and 282 deletions
@@ -0,0 +1,11 @@
<UserControl x:Class="MachiningTreeExpanderView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Expander Header="Machinings List" IsExpanded="{Binding IsEnabled}">
<UniformGrid>
<TextBox Text="{Binding InfoBox}"/>
</UniformGrid>
</Expander>
</UserControl>
@@ -0,0 +1,3 @@
Public Class MachiningTreeExpanderView
End Class
@@ -0,0 +1,7 @@
Namespace EgtCAM5
Public Class MachiningTreeExpanderViewModel
End Class
End Namespace