(GameRes): persistent resource settings infrastructure.

This commit is contained in:
morkt
2018-01-08 19:55:28 +04:00
parent 444a15b94a
commit a3ce27da5f
10 changed files with 203 additions and 4 deletions

View File

@@ -107,6 +107,11 @@ namespace GameRes
}
}
public void SaveSettings ()
{
Properties.Settings.Default.Save();
}
private void AddResourceImpl (IEnumerable<IResource> formats, CompositionContainer container)
{
foreach (var impl in formats)