DOORCreator 2.1k2 :
-> correzione apertura dello stesso file in modalità porta singola.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user