EgtCAM5 1.8l2 :

- sistemazione AboutBox come vero dialogo
- piccole migliorie a feedback.
This commit is contained in:
Dario Sassi
2017-12-13 15:11:24 +00:00
parent e4c56f11d3
commit f5ab0ecdac
6 changed files with 34 additions and 41 deletions
+4 -2
View File
@@ -534,11 +534,13 @@ Namespace EgtCAM5
End If
Next
' aggiungo progetto corrente
If Not String.IsNullOrWhiteSpace(sCurrProject) Then
If File.Exists(sCurrProject) Then
zip.AddItem(sCurrProject, "")
End If
' aggiungo file log
zip.AddItem(IniFile.m_sLogFile, "")
If File.Exists(IniFile.m_sLogFile) Then
zip.AddItem(IniFile.m_sLogFile, "")
End If
' aggiungo file ausiliari
For Each sOther As String In OtherFiles
zip.AddItem(sOther, "")