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

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

renamed constants

parent a1638725
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ Public Class Engine
Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer
Get
' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......@@ -307,7 +307,7 @@ Public Class Engine
Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber
Get
' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......
......@@ -304,7 +304,7 @@ Public Class Gearbox
Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer
Get
' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......@@ -324,7 +324,7 @@ Public Class Gearbox
Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber
Get
' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......
......@@ -278,14 +278,14 @@ Public Class Vehicle
Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer
Get
' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
Public ReadOnly Property Model As String Implements IComponentInputData.Model
Get
' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......@@ -305,7 +305,7 @@ Public Class Vehicle
Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber
Get
' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......@@ -343,7 +343,7 @@ Public Class Vehicle
Public ReadOnly Property VIN As String Implements IVehicleDeclarationInputData.VIN
Get
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......@@ -375,7 +375,7 @@ Public Class Vehicle
Public ReadOnly Property ManufacturerAddress As String Implements IVehicleDeclarationInputData.ManufacturerAddress
Get
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get
End Property
......
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