Ejemplo n.º 1
0
        public void CopyToDll()
        {
            var locations = SearchLocations.Select(l => l.Model);

            _core.SetLocation(locations, AntiDuplWPF.Core.CoreDll.PathType.Search);

            /*locations = IgnoreLocations.Select(l => l.Model);
             * _core.SetLocation(locations, AntiDuplWPF.Core.CoreDll.PathType.Ignore);
             * locations = ValidLocations.Select(l => l.Model);
             * _core.SetLocation(locations, AntiDuplWPF.Core.CoreDll.PathType.Valid);*/
        }