-
-
Notifications
You must be signed in to change notification settings - Fork 197
Configuration
GregFinzer edited this page Dec 20, 2017
·
2 revisions
CompareLogic logic = new CompareLogic();
logic.Config.MaxDifferences = 100;ComparisonConfig config = new ComparisonConfig();
config.MaxDifferences = 100;
CompareLogic logic = new CompareLogic(config);Edit the resource file for the application settings