Ejemplo n.º 1
0
        //public string Label { get; }

        //public string FolderPath => Folder.FullName;



        public TargetFolderVM(SettingsCfg.Target target)
        {
            Target = target;
            _ui    = SynchronizationContext.Current;

            Pending.CollectionChanged += Pending_CollectionChanged;

            ProcessExistingFiles();

            WatchForNewFiles();
        }
Ejemplo n.º 2
0
        //public string Label { get; }

        //public string FolderPath => Folder.FullName;



        public TargetFolderVM(SettingsCfg.Target target)
        {
            Target = target;
            _ui = SynchronizationContext.Current;

            Pending.CollectionChanged += Pending_CollectionChanged;

            ProcessExistingFiles();

            WatchForNewFiles();
        }