MS Globix Integration 2

This commit is contained in:
2020-11-16 17:05:53 +01:00
parent 83dedb3875
commit 15e350a470
4 changed files with 19 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ Public Class ClassFileDrop
_LOGGER.Info("Available Drop Formats:")
For Each oFormat As String In e.Data.GetFormats()
_LOGGER.Info(oFormat)
_LOGGER.Debug(oFormat)
Next
_LOGGER.Info(">> Drop_File")