private void btProcessDropQueue_Click(object sender, EventArgs e)
 {
     DropQueue.processDropQueueFolder();
 }
Example #2
0
 public static void fileChangeIn_DropQueue(FolderWatcher folderWatcher)
 {
     DropQueue.processDropQueueFolder();
     // DI.log.info("fileChangeIn_DropQueue that changed: {0}", folderWatcher.file);
 }