6 lines
161 B
VB.net
6 lines
161 B
VB.net
Public MustInherit Class sltResponse
|
|
Public Property Message As String
|
|
Public Property State As Boolean
|
|
Public Property Type As Integer
|
|
End Class
|