Files
EgtCAM5/ProjectPage/DoorsPanel/DoorsPanelView.xaml
T
Emmanuele Sassi 2d665a396a EgtCAM5 :
- Migliorie varie.
2016-09-03 15:24:25 +00:00

14 lines
580 B
XML

<UserControl x:Class="DoorsPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--Barra superiore dei comandi-->
<StackPanel Background="Transparent" Orientation="Horizontal">
<Button Command="{Binding DoorsCommand}" Style="{StaticResource GridViewPanelButton}"
Width="55" Content="DOORS"/>
<Button Command="{Binding DMachCommand}" Style="{StaticResource GridViewPanelButton}"
Width="55" Content="DMACH"/>
</StackPanel>
</UserControl>