EgtCAM5 :
- Migliorie varie.
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="200"
|
||||
xmlns:interactivity="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity">
|
||||
|
||||
<interactivity:Interaction.Triggers>
|
||||
<interactivity:EventTrigger EventName="Closing">
|
||||
<interactivity:InvokeCommandAction Command="{Binding ClosingCommand}"/>
|
||||
</interactivity:EventTrigger>
|
||||
</interactivity:Interaction.Triggers>
|
||||
|
||||
<StackPanel Background="DarkGray">
|
||||
<UniformGrid Rows="1">
|
||||
<RadioButton Style="{StaticResource DrawOptionPanel_ToggleButton}" Content="DRAW" Height="30" IsChecked="{Binding DrawIsChecked}"/>
|
||||
|
||||
Reference in New Issue
Block a user