Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Created September 18, 2012 01:17
Show Gist options
  • Select an option

  • Save jaysonrowe/3740714 to your computer and use it in GitHub Desktop.

Select an option

Save jaysonrowe/3740714 to your computer and use it in GitHub Desktop.
FileSystemWatcherSnippet
public partial class ASR : ServiceBase
{
static FileSystemWatcher watcher = new FileSystemWatcher();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment