DOORCreator 2.1k2 :

-> correzione apertura dello stesso file in modalità porta singola.
This commit is contained in:
Nicola Pievani
2019-11-27 13:12:30 +00:00
parent 2b628b2d63
commit 7bdee2479d
3 changed files with 12 additions and 7 deletions
+2
View File
@@ -615,6 +615,7 @@ Public Class ProjectManagerVM
End If
Return
End If
Utility.UnLockDir()
' salvo il nome del direttorio
sFilePath = Path.GetDirectoryName(fd.FileName)
' salvo il nome completo del file
@@ -777,6 +778,7 @@ Public Class ProjectManagerVM
Public Sub OpenMruFile(ByVal param As Object)
Dim sLastProject As String = DirectCast(param, String).Replace("__", "_")
Utility.UnLockDir()
OpenProject(sLastProject)
End Sub