mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-20 22:21:12 +10:00
Updated manager and added appx manifest reader.
This commit is contained in:
@@ -186,7 +186,7 @@ namespace Win32
|
||||
public object Get (string section, string key, object dflt) => GetKey (section, key).Get (dflt);
|
||||
public object Get (string section, string key) => GetKey (section, key).Get ();
|
||||
public bool Set (string section, string key, object value) => GetKey (section, key).Set (value);
|
||||
public object this [string key] => GetSection (key);
|
||||
public InitSection this [string key] => GetSection (key);
|
||||
public string [] GetAllSections ()
|
||||
{
|
||||
var sections = new System.Collections.Generic.List<string> ();
|
||||
|
||||
Reference in New Issue
Block a user