Files
EDOKA_Client/Backup/EDOKA/Utils/MyText.vb
2021-04-20 07:39:40 +02:00

12 lines
238 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