EgtCAM5 :
- Migliorie varie.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
<UserControl x:Class="OperationPropertyExpanderView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<Expander Header="Operation Parameters" IsExpanded="{Binding IsEnabled}">
|
||||
<UniformGrid>
|
||||
<TextBox Text="{Binding InfoBox}"/>
|
||||
</UniformGrid>
|
||||
</Expander>
|
||||
|
||||
</UserControl>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
Public Class OperationPropertyExpanderView
|
||||
|
||||
End Class
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
Namespace EgtCAM5
|
||||
|
||||
Public Class OperationPropertyExpanderViewModel
|
||||
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user