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

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

'UNUSED CLASSES REMOVED - DEFUNKED AS MODEL CHANGED

parent 7d3d51ef
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ Implements ISignals
_smartElectrics=value
Debug.WriteLine(String.Format("SmartElectrics {0}", _smartElectrics))
End Set
end property
......
......@@ -25,9 +25,6 @@ imports VectoAuxiliaries
Public Class AuxiliaryConfig
Implements IAuxiliaryConfig
'Vecto
Public Property VectoInputs As IVectoInputs implements IAuxiliaryConfig.VectoInputs
......
......@@ -86,7 +86,6 @@ End Property
#End Region
'Class Outputs
'
'OUT1
Public ReadOnly Property AuxPowerAtCrankFromElectricalHVACAndPneumaticsAncillaries As Single Implements IM8.AuxPowerAtCrankFromElectricalHVACAndPneumaticsAncillaries
Get
......
......@@ -42,9 +42,9 @@ Module FB_Global
Public fbVMOD As cFileBrowser
'Paths
private MyAppPath = My.Application.Info.DirectoryPath & "\"
private MyConfPath = MyAppPath & "Config\"
private MyDeclPath = MyAppPath & "Declaration\"
private MyAppPath As String = My.Application.Info.DirectoryPath & "\"
private MyConfPath As String = MyAppPath & "Config\"
private MyDeclPath As String = MyAppPath & "Declaration\"
'private FB_FilHisDir = MyConfPath & "FileHistory\"
private HomePath As String = "<HOME>"
private JobPath As String = "<JOBPATH>"
......
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