11 lines
449 B
XML
11 lines
449 B
XML
<UserControl x:Class="Aiwaz.Editor.Controls.AiwazViewControl"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms">
|
|
<Grid>
|
|
<WindowsFormsHost>
|
|
<wf:UserControl x:Name="RenderTarget" Resize="RenderTarget_Resize"/>
|
|
</WindowsFormsHost>
|
|
</Grid>
|
|
</UserControl>
|