- correzione alla selezione GRP in ConfigurationPage che dava errore

- sistemati i messaggi
This commit is contained in:
RenzoL
2021-05-21 12:31:35 +02:00
parent c28555080a
commit b1ce12e110
12 changed files with 76 additions and 65 deletions
@@ -87,32 +87,32 @@ Public Class ProjectFileVM
Public ReadOnly Property Id_Msg As String
Get
Return "ID"
Return EgtMsg(61815)
End Get
End Property
Public ReadOnly Property BTLFileName_Msg As String
Get
Return "BTL File Name"
Return EgtMsg(61819)
End Get
End Property
Public ReadOnly Property ListName_Msg As String
Get
Return "List Name"
Return EgtMsg(61820)
End Get
End Property
Public ReadOnly Property ExportDate_Msg As String
Get
Return "Export Date"
Return EgtMsg(61821)
End Get
End Property
Public ReadOnly Property CreateDate_Msg As String
Get
Return "Creation Date"
Return EgtMsg(61822)
End Get
End Property
Public ReadOnly Property Name_Msg As String
Get
Return "Name"
Return EgtMsg(61808)
End Get
End Property