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);*/ }