Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 717c8424 authored by Harald Martini's avatar Harald Martini
Browse files

Removed unnecessary Statement in CreateVifViewModel

parent 0a3a9bea
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,6 @@ namespace VECTO3GUI2020.ViewModel.MultiStage.Implementation ...@@ -337,7 +337,6 @@ namespace VECTO3GUI2020.ViewModel.MultiStage.Implementation
{ {
var inputData = _inputDataReader.Create(fileName) as IDeclarationInputDataProvider; var inputData = _inputDataReader.Create(fileName) as IDeclarationInputDataProvider;
vehicleInputData = inputData.JobInputData.Vehicle; vehicleInputData = inputData.JobInputData.Vehicle;
var type = vehicleInputData.GetType();
valid = (inputData != null) && (vehicleInputData is XMLDeclarationCompletedBusDataProviderV210) || (vehicleInputData is XMLDeclarationExemptedCompletedBusDataProviderV210); valid = (inputData != null) && (vehicleInputData is XMLDeclarationCompletedBusDataProviderV210) || (vehicleInputData is XMLDeclarationExemptedCompletedBusDataProviderV210);
} }
catch (Exception e) catch (Exception e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment