12 lines
257 B
VB.net
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
|