9 lines
315 B
XML
9 lines
315 B
XML
<Grid x:Class="LeftTrayV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:EgtCAM5"
|
|
DockPanel.Dock="Left">
|
|
|
|
<local:DrawPanelV DataContext="{StaticResource DrawPanelViewModel}"/>
|
|
</Grid>
|