11 lines
247 B
VB.net
11 lines
247 B
VB.net
Namespace EDOKA
|
|
Public Class MyText
|
|
Inherits EDOKA.MyMessage
|
|
|
|
Public Function gettext(ByVal wert As Integer) As String
|
|
gettext = Me.Get_Meldungstext(wert)
|
|
End Function
|
|
|
|
End Class
|
|
End Namespace
|