agrobot_base/AgroBase/OperationControl/Controls/Bbox3DViewer.xaml

9 lines
417 B
XML

<UserControl x:Class="OperationControl.Controls.Bbox3DViewer"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:otk="clr-namespace:OpenTK.Wpf;assembly=GLWpfControl">
<Grid Background="#0A0C12">
<otk:GLWpfControl x:Name="GLHost" Focusable="True" Margin="0" />
</Grid>
</UserControl>