MS Rename taskFlow
This commit is contained in:
12
app/TaskFlow/ClassConstants.vb
Normal file
12
app/TaskFlow/ClassConstants.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Public Class ClassConstants
|
||||
Public Const OpModeFS_PWM = "PURE_WM"
|
||||
Public Const OpModeFS_IDBWM = "IDB_WM"
|
||||
Public Const OpModeFS_ZF = "ZOOFLOW"
|
||||
|
||||
Public Const CAT_INFORMATION = "Information"
|
||||
Public Const CAT_GENERAL = "Allgemein"
|
||||
Public Const CAT_DISPLAY = "Anzeige"
|
||||
Public Const CAT_BEHAVIOUR = "Verhalten"
|
||||
Public Const CAT_DATA = "Daten"
|
||||
Public Const CAT_VALIDATION = "Validierung"
|
||||
End Class
|
||||
Reference in New Issue
Block a user