-piccole modifiche e pulizia codice
This commit is contained in:
@@ -41,6 +41,13 @@ Public Class MainWindowM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Private m_sResourcesDir As String = String.Empty
|
||||
Friend ReadOnly Property sResourcesDir As String
|
||||
Get
|
||||
Return m_sResourcesDir
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Private m_sCreateSolidPath As String = String.Empty
|
||||
Friend ReadOnly Property sCreateSolidPath As String
|
||||
Get
|
||||
@@ -277,6 +284,8 @@ Public Class MainWindowM
|
||||
' Leggo tema corrente
|
||||
Dim sThema As String = String.Empty
|
||||
GetMainPrivateProfileString(S_GENERAL, K_THEMA, "", sThema)
|
||||
' Impostazione direttorio delle risorse
|
||||
m_sResourcesDir = m_sDataRoot & "\" & RESOURCES_DIR
|
||||
' Info su opzioni chiave
|
||||
EgtOutLog("KeyOptions : " & bKey.ToString() & " " & m_nKeyOptions.ToString())
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user