18 lines
815 B
XML
18 lines
815 B
XML
<StackPanel x:Class="ProjManagerV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtFloating="clr-namespace:EgtWPFLib5.EgtFloating;assembly=EgtWPFLib5"
|
|
xmlns:EgtStone3D="clr-namespace:EgtStone3D"
|
|
Style="{StaticResource SceneButtonH_StackPanel}">
|
|
|
|
<EgtStone3D:ProjManagerButtonV DataContext="{StaticResource ProjManagerVM}"/>
|
|
|
|
<RadioButton Content="{Binding HomeTab_Msg}"
|
|
Command="{Binding HomeCmd}"
|
|
Style="{StaticResource Home_ToggleButton}"/>
|
|
<RadioButton Content="{Binding Parametrico_Msg}"
|
|
Command="{Binding ParametricoCmd}"
|
|
Style="{StaticResource Parametrico_ToggleButton}"/>
|
|
|
|
</StackPanel>
|