Jonathan Jenne 5cf8636e49 30-08-2023
2023-08-30 16:09:32 +02:00

12 lines
257 B
VB.net

Namespace slt
Public Class Constants
Public Enum ErrorType
LoginError
LogoutError
AvailableSystemError
NotLoggedInError
GetDocumentError
End Enum
End Class
End Namespace