-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:
Demetrio Cassarino
2025-01-30 15:27:51 +01:00
parent f35c7a6870
commit 6e83913be8
23 changed files with 197 additions and 141 deletions
+3 -3
View File
@@ -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