EgtDOORCreator 1.9k2 :

- miglioramento nella gestione dei direttori in fase di apertura e creazione progetti/ singola porta.
This commit is contained in:
Nicola Pievani
2018-11-07 11:50:48 +00:00
parent 24248559ac
commit 151fcd8039
+2
View File
@@ -212,6 +212,7 @@ Public Class ProjectManagerVM
Map.refMainWindowVM.ProjectNameMsg = CurrProject.Name
' Creo nuova porta
Map.refAssemblyManagerVM.AddAssembly()
Map.refOptionsVM.MyProjectDir = CurrProject.Name
Return
End If
@@ -547,6 +548,7 @@ Public Class ProjectManagerVM
CurrProject.NotifyPropertyChanged("Name")
CurrProject.NotifyPropertyChanged("AssemblyList")
Map.refMainWindowVM.ProjectNameMsg = CurrProject.Name
Map.refOptionsVM.MyProjectDir = CurrProject.Name
'Map.refMainWindowVM.ModifyTitle(False)
' Se c'è almeno una porta la visualizzo