Initial
This commit is contained in:
10
EDOKA/Backup/Utils/MyText.vb
Normal file
10
EDOKA/Backup/Utils/MyText.vb
Normal 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
|
||||
Reference in New Issue
Block a user