This commit is contained in:
Developer01
2025-02-11 14:04:11 +01:00
2088 changed files with 16532 additions and 652 deletions

View File

@@ -112,6 +112,13 @@
End Enum
#End Region
#Region "Role"
Public NotInheritable Class ReceiverRole
Public Const PreAuth As String = "PreAuth"
Public Const FullyAuth As String = "FullyAuth"
End Class
#End Region
#Region "Constants"
Public Const DATABASE = "DATABASE"