Initial
This commit is contained in:
10
Common/Consts.vb
Normal file
10
Common/Consts.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
'''<summary>Diese klasse beinhaltet Konstanten welche im der gesamten EDOKAApp verwendet werden</summary>
|
||||
Public Class Consts
|
||||
|
||||
Public Shared ReadOnly WARNUNG As String = "Warnung"
|
||||
Public Shared ReadOnly FEHLER As String = "Fehler"
|
||||
Public Shared ReadOnly INFO As String = "Information"
|
||||
|
||||
Public Shared ReadOnly ACTION_FILE_EXTENSION As String = "edk"
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user