Line | |
---|
1 | <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
---|
2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
---|
3 | xmlns:wfi="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration"
|
---|
4 | x:Class="HeuristicLab.OKB.Cockpit.Admin.OperatorGraphEditorHost">
|
---|
5 | <GroupBox Name="OperatorGraphGroupBox" Header="Operator Graph">
|
---|
6 | <wfi:WindowsFormsHost Padding="0 0 80 50" Name="FormsHost"/>
|
---|
7 | </GroupBox>
|
---|
8 | </UserControl> |
---|
Note: See
TracBrowser
for help on using the repository browser.