Files
EDOKA_DMS/Backup/EDOKA/Utils/MyText.vb
2022-12-25 10:09:49 +01:00

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