Deleted Method Get
This commit is contained in:
@ -36,9 +36,9 @@ public class NotCopyCopy
|
||||
throw new Exception("This program only allows development environments!");
|
||||
A_Property propertyLogic = GetPropertyLogic(reverse, outputExtension);
|
||||
propertyConfiguration.ChangeRootDirectory(configuration.CompareSource);
|
||||
(_, _, _, Shared.Models.Container[] compareContainers) = A_Property.Get(propertyConfiguration, propertyLogic);
|
||||
(_, _, _, Shared.Models.Container[] compareContainers) = Property.Models.Stateless.Container.GetContainers(propertyConfiguration, propertyLogic);
|
||||
propertyConfiguration.ChangeRootDirectory(configuration.SelectedSource);
|
||||
(_, _, _, Shared.Models.Container[] selectedContainers) = A_Property.Get(propertyConfiguration, propertyLogic);
|
||||
(_, _, _, Shared.Models.Container[] selectedContainers) = Property.Models.Stateless.Container.GetContainers(propertyConfiguration, propertyLogic);
|
||||
if (compareContainers.Length == selectedContainers.Length)
|
||||
throw new Exception();
|
||||
string directoryName;
|
||||
|
Reference in New Issue
Block a user