Files
UnrealEngineUWP/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardControl.xaml
Chris Wood 6d24db5491 Unreal Project Template for VS2015
Work-in-progress

[CL 2524321 by Chris Wood in Main branch]
2015-04-24 10:39:23 -04:00

12 lines
576 B
XML

<UserControl x:Class="WizardAssembly.WizardControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<Grid>
<WebBrowser Source="https://www.unrealengine.com/what-is-unreal-engine-4"></WebBrowser>
</Grid>
</UserControl>