-ripristinato funzioni da modulo config
-pulizia di proj e prod manager -da sistemare selectedmachgroup
This commit is contained in:
@@ -215,7 +215,7 @@ Public Class NewOpenProjectFileDialogVM
|
||||
' Map.refProjManagerVM.OpenProject(m_ProjectList(0).ProjFileList(0))
|
||||
' End If
|
||||
If m_ProjectType = ProjectType.PROD Then
|
||||
For Each ProjectName In Map.refProdManagerVM.m_MruFiles.FileNames
|
||||
For Each ProjectName In Map.refOnlyProdManagerVM.m_MruFiles.FileNames
|
||||
If Not String.IsNullOrWhiteSpace(ProjectName) Then
|
||||
Dim sProdId As String = Path.GetFileNameWithoutExtension(ProjectName)
|
||||
If Not String.IsNullOrWhiteSpace(sProdId) Then
|
||||
@@ -223,7 +223,7 @@ Public Class NewOpenProjectFileDialogVM
|
||||
Integer.TryParse(sProdId, nProdId)
|
||||
Dim PjFileM = DbControllers.m_ProdController.FindCoreByProdId(nProdId)
|
||||
Dim PjFileVM = New ProdFileVM(PjFileM)
|
||||
Map.refProdManagerVM.OpenProject(PjFileVM)
|
||||
Map.refOnlyProdManagerVM.OpenProject(PjFileVM)
|
||||
bOpened = True
|
||||
Exit For
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user