6c3b31ff7d
- Aggiunto bottone di scelta del file per il disegno utensile nel Db. - Aggiunto controllo per gestione RawPart in disposizione. - Piccoli miglioramenti enanched selection.
12 lines
366 B
XML
12 lines
366 B
XML
<UserControl x:Class="RawPartOptionView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<StackPanel>
|
|
|
|
<CheckBox Content="Move with Fixture" IsChecked="{Binding MoveWithFixture, Mode=TwoWay}"/>
|
|
|
|
</StackPanel>
|
|
|
|
</UserControl>
|