Initial commit

This commit is contained in:
2021-04-20 07:39:40 +02:00
commit 1efa65864e
3895 changed files with 2126363 additions and 0 deletions

View File

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