This commit is contained in:
2022-12-25 10:09:49 +01:00
commit 406d053e79
3903 changed files with 2127541 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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