EgtDOORCreator 1.8d2 :
- aggiunto controllo di abilitazione specifico del prodotto - migliorata gestione chiave non presente.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user