Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 9a9c8c85 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix loading completed xml in gui

parent dda5169f
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<DockPanel> <DockPanel>
<customControls:FilePicker <customControls:FilePicker
DockPanel.Dock="Top" DockPanel.Dock="Top"
Command="{Binding LoadVehicleDataCommand}" Command="{Binding ManufacturingStageViewModel.LoadVehicleDataCommand}"
Text="{Binding VehicleInputDataFilePath, TargetNullValue=Select Vehicle Input Data . . .}"/> Text="{Binding VehicleInputDataFilePath, TargetNullValue=Select Vehicle Input Data . . .}"/>
<Label DockPanel.Dock="Top" HorizontalAlignment="Center" Visibility="{Binding Exempted, Converter={StaticResource BooleanToVisibilityConverter}}">Exempted Vehicle</Label> <Label DockPanel.Dock="Top" HorizontalAlignment="Center" Visibility="{Binding Exempted, Converter={StaticResource BooleanToVisibilityConverter}}">Exempted Vehicle</Label>
<Border BorderThickness="1" BorderBrush="{DynamicResource ButtonHighlightColor}" Height="40" DockPanel.Dock="Bottom"> <Border BorderThickness="1" BorderBrush="{DynamicResource ButtonHighlightColor}" Height="40" DockPanel.Dock="Bottom">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment