-aggiunto controllo in managedialog su directory vuota
-sistemato lettura chiave -sistemato lettura lingua da file ini -aggiunto didascalia ai pulsanti
This commit is contained in:
@@ -34,19 +34,19 @@ Public Class SceneUserControlVM
|
||||
|
||||
Public ReadOnly Property Conferma_Msg As String
|
||||
Get
|
||||
Return EgtMsg(110003)
|
||||
Return EgtMsg(110003) ' Conferma
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property Preview_Msg As String
|
||||
Get
|
||||
Return EgtMsg(110017)
|
||||
Return EgtMsg(110017) ' Preview
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property Annulla_Msg As String
|
||||
Get
|
||||
Return EgtMsg(110004)
|
||||
Return EgtMsg(110004) ' Annulla
|
||||
End Get
|
||||
End Property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user