14 lines
354 B
VB.net
14 lines
354 B
VB.net
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
|