Skip to content

Commit 15d23b2

Browse files
committed
Reset amount of processed files after each run
1 parent 07ea585 commit 15d23b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PatternFileMover/Form1.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ private void BackgroundWorker1_RunWorkerCompleted(object sender, RunWorkerComple
195195
// this should never happen
196196
throw new InvalidOperationException();
197197
}
198+
199+
processedFileCount = 0;
198200
}
199201

200202
private void button2_onDragDrop(object sender, DragEventArgs e)

0 commit comments

Comments
 (0)