EgtDOORCreator 1.8d2 :

- aggiunto controllo di abilitazione specifico del prodotto
- migliorata gestione chiave non presente.
This commit is contained in:
Dario Sassi
2017-04-22 08:41:44 +00:00
parent 1158fa4d9f
commit f606a1752d
5 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -474,7 +474,7 @@ Public Class ProjectManagerViewModel
' preparo la mail per il supporto
Dim bEx As Boolean = False
Try
Dim SendFeedbackWindow As New EgtWPFLib5.MapiMailMessage("EgtCAM5 Feedback - " & sKey)
Dim SendFeedbackWindow As New EgtWPFLib5.MapiMailMessage("EgtDOORCreator Feedback - " & sKey)
SendFeedbackWindow.Recipients.Add(sSupportAddress)
If Not String.IsNullOrWhiteSpace(sZipToCreate) AndAlso File.Exists(sZipToCreate) Then
SendFeedbackWindow.Files.Add(IniFile.m_sTempDir & "\Feedback.zip")