Example #1
0
        public static void Main(string[] args)
        {
            Configure();
            SetCultureInfo();

            SystemWatcherSettings settings = GetSettings();
            SystemWatcher         watcher  = new SystemWatcher(settings);

            watcher.Run();
        }
Example #2
0
 public SystemWatcher(SystemWatcherSettings settings)
 {
     _settings = settings;
 }