Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 4d04e893 authored by Terry Burns's avatar Terry Burns Committed by Kostis ANAGNOSTOPOULOS
Browse files

Assume Other Values Check on Save Faulty

parent e6a453d7
No related branches found
No related tags found
No related merge requests found
......@@ -356,10 +356,12 @@ For each result As SmartResult In other.ElectricalUserInputsConfig.ResultCardIdl
Me.ElectricalUserInputsConfig.ResultCardIdle.Results.Add( New SmartResult(result.Amps,result.SmartAmps))
Next
'ResultCardOverrun
Me.ElectricalUserInputsConfig.ResultCardOverrun.Results.Clear
For each result As SmartResult In other.ElectricalUserInputsConfig.ResultCardOverrun.Results
Me.ElectricalUserInputsConfig.ResultCardOverrun.Results.Add( New SmartResult(result.Amps,result.SmartAmps))
Next
'ResultCardTraction
Me.ElectricalUserInputsConfig.ResultCardTraction.Results.Clear
For each result As SmartResult In other.ElectricalUserInputsConfig.ResultCardTraction.Results
Me.ElectricalUserInputsConfig.ResultCardTraction.Results.Add( New SmartResult(result.Amps,result.SmartAmps))
Next
......
......@@ -33,6 +33,8 @@ Private auxFile As string
Private cmFilesList As String()
Private SaveClicked As Boolean
#End Region
......
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