port from perforce
This commit is contained in:
10
aiwaz/Aiwaz.Editor/Controls/AiwazViewControl.xaml
Normal file
10
aiwaz/Aiwaz.Editor/Controls/AiwazViewControl.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user