11 lines
367 B
XML
11 lines
367 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>
|