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 1fa59e24 authored by Terry Burns's avatar Terry Burns Committed by Kostis ANAGNOSTOPOULOS
Browse files

'UNUSED CLASSES REMOVED - DEFUNKED AS MODEL CHANGED

parent 7d3d51ef
Branches
Tags
No related merge requests found
...@@ -35,8 +35,6 @@ Implements ISignals ...@@ -35,8 +35,6 @@ Implements ISignals
_smartElectrics=value _smartElectrics=value
Debug.WriteLine(String.Format("SmartElectrics {0}", _smartElectrics))
End Set End Set
end property end property
......
...@@ -25,9 +25,6 @@ imports VectoAuxiliaries ...@@ -25,9 +25,6 @@ imports VectoAuxiliaries
Public Class AuxiliaryConfig Public Class AuxiliaryConfig
Implements IAuxiliaryConfig Implements IAuxiliaryConfig
'Vecto 'Vecto
Public Property VectoInputs As IVectoInputs implements IAuxiliaryConfig.VectoInputs Public Property VectoInputs As IVectoInputs implements IAuxiliaryConfig.VectoInputs
......
...@@ -86,7 +86,6 @@ End Property ...@@ -86,7 +86,6 @@ End Property
#End Region #End Region
'Class Outputs 'Class Outputs
'
'OUT1 'OUT1
Public ReadOnly Property AuxPowerAtCrankFromElectricalHVACAndPneumaticsAncillaries As Single Implements IM8.AuxPowerAtCrankFromElectricalHVACAndPneumaticsAncillaries Public ReadOnly Property AuxPowerAtCrankFromElectricalHVACAndPneumaticsAncillaries As Single Implements IM8.AuxPowerAtCrankFromElectricalHVACAndPneumaticsAncillaries
Get Get
......
...@@ -42,9 +42,9 @@ Module FB_Global ...@@ -42,9 +42,9 @@ Module FB_Global
Public fbVMOD As cFileBrowser Public fbVMOD As cFileBrowser
'Paths 'Paths
private MyAppPath = My.Application.Info.DirectoryPath & "\" private MyAppPath As String = My.Application.Info.DirectoryPath & "\"
private MyConfPath = MyAppPath & "Config\" private MyConfPath As String = MyAppPath & "Config\"
private MyDeclPath = MyAppPath & "Declaration\" private MyDeclPath As String = MyAppPath & "Declaration\"
'private FB_FilHisDir = MyConfPath & "FileHistory\" 'private FB_FilHisDir = MyConfPath & "FileHistory\"
private HomePath As String = "<HOME>" private HomePath As String = "<HOME>"
private JobPath As String = "<JOBPATH>" private JobPath As String = "<JOBPATH>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment