melenaos / FileSystemSafeWatcher

Extends the FileSystemWatcher to trigger the events only when the file is ready for read
Apache License 2.0
34 stars 13 forks source link

Add missing IDisposable to class. #4

Closed David-Ferreira closed 4 years ago

David-Ferreira commented 4 years ago

Added IDisposable to use existing Dispose method. Normalized newlines between methods.

melenaos commented 4 years ago

Great! Thank you!