Created
March 30, 2018 11:18
-
-
Save harriyott/60a7b51d4f47129a2fdf248ffd92779b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void OnDirectoryChange(object s, FileSystemEventArgs a) | |
{ | |
Console.Beep(1500, 200); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment