MS
This commit is contained in:
@@ -793,6 +793,7 @@ Public Class frmFlowForm
|
||||
If FileHandle.CheckDuplicateFiles(fileName, "FolderWatch/Scan") Then
|
||||
FileHandle.Decide_FileHandle(fileName, handleType)
|
||||
Else
|
||||
IO.File.Delete(fileName)
|
||||
Logger.Info("Scanfolder Startup: File already exists:" & fileName)
|
||||
End If
|
||||
Next fileName
|
||||
@@ -1228,5 +1229,9 @@ Public Class frmFlowForm
|
||||
Private Sub BarButtonItem9_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem9.ItemClick
|
||||
frmGlobixBasicConfig.ShowDialog()
|
||||
End Sub
|
||||
|
||||
Private Sub frmFlowForm_Shown(sender As Object, e As EventArgs) Handles Me.Shown
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user