Files
egtstone3d/SceneHost/SceneHostV.xaml
Demetrio Cassarino 6c9c19d7fa -first commit
2024-12-20 16:16:57 +01:00

10 lines
360 B
XML

<UserControl x:Class="SceneHostV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:EgtUILib="clr-namespace:EgtUILib;assembly=EgtUILib">
<WindowsFormsHost>
<EgtUILib:Scene x:Name="MainScene"/>
</WindowsFormsHost>
</UserControl>