-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a untested ConfigFilenameManager, although not finished, this s…
…hould make it "quite" easy to use: var iniConfig = new IniConfig(); var proxy = ProxyBuilder.CreateProxy<Interface which extends IIniSection>(); iniConfig.AddSection(proxy); var configManager = new ConfigFilenameManager("Greenshot","greenshot"); await configManager.LoadAsync(iniConfig); // Now everything is loaded var myConfig = proxy.PropertyObject; // Change values // write await configManager.WriteAsync(iniConfig);
- Loading branch information
1 parent
122a2c1
commit 2becfe3
Showing
3 changed files
with
117 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters