Пример #1
0
 private void InitAllInstances()
 {
     foreach (WatcherFolderOption item in optionsFactory.Options.WatcherFolderOptions)
     {
         WatcherInstance watcherInstance = new WatcherInstance();
         watcherInstance.StartInstance(item, this);
         WatcherInstances.Add(watcherInstance);
     }
 }