EgtCAM5 1.8j6 :
- per default in lavorazione si carica solo la tavola - non si salvano più in MRU i comandi lua dei bottoni Special.
This commit is contained in:
@@ -50,6 +50,7 @@ Namespace EgtCAM5
|
||||
''' Execute the Exec. This method is invoked by the ExecCommand.
|
||||
''' </summary>
|
||||
Public Sub Exec(ByVal param As Object)
|
||||
Application.Msn.NotifyColleagues(Application.PREEXECSCRIPT, True)
|
||||
Application.Msn.NotifyColleagues(Application.EXECSCRIPT, String.Empty)
|
||||
End Sub
|
||||
|
||||
@@ -73,6 +74,7 @@ Namespace EgtCAM5
|
||||
''' Execute the Open. This method is invoked by the OpenCommand.
|
||||
''' </summary>
|
||||
Public Shared Sub OpenMruScript(ByVal param As Object)
|
||||
Application.Msn.NotifyColleagues(Application.PREEXECSCRIPT, True)
|
||||
Application.Msn.NotifyColleagues(Application.EXECSCRIPT, DirectCast(param, String).Replace("__", "_"))
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user