827092686c
- revisione generale.
16 lines
412 B
VB.net
16 lines
412 B
VB.net
Imports System.Collections.ObjectModel
|
|
Imports EgtUILib
|
|
Imports EgtWPFLib5
|
|
|
|
Module LauncherModule
|
|
' riferimento
|
|
Private m_rfMainWindowVM As MainWindowVM
|
|
Friend m_LstProject As String
|
|
|
|
Friend Sub InitLauncherModule()
|
|
' carico il percorso dell'ultimo progetto aperto
|
|
GetMainPrivateProfileString(S_LAUNCHERWINDOW, K_LASTPROJECT, "", m_sLastProject)
|
|
End Sub
|
|
|
|
End Module
|