You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
10 lines
381 B
XML
10 lines
381 B
XML
<Window x:Class="WizardAssembly.WizardWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:wizardAssembly="clr-namespace:WizardAssembly"
|
|
Title="Get Unreal Engine 4" Height="450" Width="800">
|
|
<Grid>
|
|
<wizardAssembly:WizardControl/>
|
|
</Grid>
|
|
</Window>
|