Removed R from Container class
This commit is contained in:
@ -39,9 +39,9 @@ public class NotCopyCopy
|
||||
throw new Exception("This program only allows development environments!");
|
||||
A_Property propertyLogic = GetPropertyLogic(reverse, model, outputExtension, predictorModel);
|
||||
propertyConfiguration.ChangeRootDirectory(configuration.CompareSource);
|
||||
Shared.Models.Container[] compareContainers = A_Property.Get(propertyConfiguration, propertyLogic);
|
||||
(_, _, _, Shared.Models.Container[] compareContainers) = A_Property.Get(propertyConfiguration, propertyLogic);
|
||||
propertyConfiguration.ChangeRootDirectory(configuration.SelectedSource);
|
||||
Shared.Models.Container[] selectedContainers = A_Property.Get(propertyConfiguration, propertyLogic);
|
||||
(_, _, _, Shared.Models.Container[] selectedContainers) = A_Property.Get(propertyConfiguration, propertyLogic);
|
||||
if (compareContainers.Length == selectedContainers.Length)
|
||||
throw new Exception();
|
||||
string directoryName;
|
||||
|
@ -50,7 +50,7 @@
|
||||
"WorkingDirectoryName": "PharesApps",
|
||||
"Windows": {
|
||||
"Configuration": {
|
||||
"DateGroup": "2022-08-22",
|
||||
"DateGroup": "2022-09-15",
|
||||
"FileNameDirectorySeparator": ".Z.",
|
||||
"ForcePropertyLastWriteTimeToCreationTime": false,
|
||||
"MaxImagesInDirectoryForTopLevelFirstPass": 10,
|
||||
|
Reference in New Issue
Block a user