This commit is contained in:
2020-03-12 14:47:52 +01:00
parent a6964d7082
commit 3c0d99a279
44 changed files with 8275 additions and 437 deletions

View File

@@ -0,0 +1,24 @@

Public Class cVERAG_InterfaceSharedObjects
Property FTP_Path As String = ""
Property CooName As String = ""
Sub New(FTP_Path, CooName)
Me.FTP_Path = FTP_Path
Me.CooName = CooName
End Sub
End Class
Public Class cVERAG_Interface_Settings
Property acticeInterface_OREGON As Boolean = True
Property acticeInterface_TOBB As Boolean = True
Property acticeInterface_EKOL As Boolean = True
Property acticeInterface_TEST As Boolean = True
Property acticeInterface_VERAG As Boolean = True
Property acticeInterface_IMEX As Boolean = True
End Class