diff --git a/ProjectManager/ProjectManagerVM.vb b/ProjectManager/ProjectManagerVM.vb index 4960050..e88dbd6 100644 --- a/ProjectManager/ProjectManagerVM.vb +++ b/ProjectManager/ProjectManagerVM.vb @@ -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