Update references to DDModules
This commit is contained in:
@@ -4,8 +4,6 @@ Imports System.Text.RegularExpressions
|
||||
Imports DigitalData.EMLProfiler
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.Messaging
|
||||
Imports Independentsoft.Email
|
||||
Imports Independentsoft.Email.Mime
|
||||
|
||||
Public Class frmMain
|
||||
Private Logger As DigitalData.Modules.Logging.Logger
|
||||
@@ -308,7 +306,6 @@ Public Class frmMain
|
||||
Try
|
||||
Dim oDiTempPath As New IO.DirectoryInfo(System.IO.Path.GetTempPath)
|
||||
Dim oaryFi As IO.FileInfo() = oDiTempPath.GetFiles()
|
||||
Dim ofi As IO.FileInfo
|
||||
|
||||
For Each fi In oaryFi
|
||||
fi.Delete()
|
||||
|
||||
Reference in New Issue
Block a user