9caa404aa5
-creazione pagine PartInRawPartManagerWnd e RawPartManagerWnd
18 lines
812 B
XML
18 lines
812 B
XML
<Grid x:Class="PartInRawPartManagerWndV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtBEAMWALL="clr-namespace:EgtBEAMWALL.ViewerOptimizer">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="Auto"/>
|
|
<ColumnDefinition Width="1*"/>
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<EgtBEAMWALL:PartInRawPartManagerV />
|
|
|
|
<EgtBEAMWALL:PartInRawPartListV Grid.Column="1"
|
|
DataContext="{StaticResource PartInRawPartListVM}"
|
|
Tag="{Binding DataContext.MachGroupPanelVM.SelectedMachGroup, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:PartInRawPartManagerWndV}}}"
|
|
Margin="0,0,5,0"/>
|
|
</Grid>
|