EgtCAM5 1.6u3 :

- corretto problema crezione/salvataggio lavorazione senza utensile definito.
This commit is contained in:
Dario Sassi
2016-09-20 07:35:10 +00:00
parent 7c274e94be
commit 6241f1ee24
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ Namespace EgtCAM5
EgtTdbSaveCurrTool()
Case MsgBoxResult.No
If CurrTool.NewTool Then
Application.Msn.NotifyColleagues(Application.REMOVETOOL, Me)
Application.Msn.NotifyColleagues(Application.REMOVETOOL, CurrTool)
ElseIf CurrTool.m_IsModifiedName Then
Dim DbName As String = String.Empty
EgtTdbGetCurrToolParam(MCH_TP.NAME, DbName)