2012-08-09 09:45:04 +00:00
|
|
|
<Window x:Class="WpfEditor.MainWindow"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:winForms="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
|
2012-12-04 10:38:57 +00:00
|
|
|
Title="MainWindow" Height="350" Width="561" xmlns:my="clr-namespace:WpfEditor">
|
2012-08-09 09:45:04 +00:00
|
|
|
<Grid>
|
2012-11-24 09:41:27 +00:00
|
|
|
<WindowsFormsHost Margin="10">
|
2012-08-09 09:45:04 +00:00
|
|
|
<winForms:Panel x:Name="GamePanel" />
|
|
|
|
</WindowsFormsHost>
|
|
|
|
</Grid>
|
|
|
|
</Window>
|