Files
egtstone3d/MainWindow/MainWindowV.xaml
T
Demetrio Cassarino 1ee8a8f0e0 -aggiunto egtmsg
-aggiunto svg
2025-01-22 17:01:16 +01:00

17 lines
680 B
XML

<EgtWPFLib5:EgtMainWindow x:Class="MainWindowV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
xmlns:EgtStone3D="clr-namespace:EgtStone3D"
Style="{StaticResource NoStyle_Window}">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="100"/>
<RowDefinition Height="1*"/>
</Grid.RowDefinitions>
<EgtStone3D:SceneHostV Grid.Row="1"/>
</Grid>
</EgtWPFLib5:EgtMainWindow>