[#] 完善了补丁更新机制

This commit is contained in:
huiyadanli
2019-10-06 13:19:15 +08:00
parent b1b339ac63
commit 8ae2607d7b
9 changed files with 117 additions and 213 deletions

View File

@@ -19,7 +19,7 @@ namespace RevokeMsgPatcher.Modifier
{
protected App config;
public App Config { set { config = value; } }
public App Config { set { config = value; } get { return config; } }
protected List<FileHexEditor> editors;