Jonathan Jenne 3e41e5b469 09-08-2023
2023-08-09 09:10:03 +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