Files
bluflame/aiwaz/Backup/Aiwaz.Editor/Controls/AiwazViewControl.xaml
2026-04-18 22:31:51 +02:00

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>