[+] 重新架构逻辑

This commit is contained in:
huiyadanli
2019-09-18 09:08:32 +08:00
parent 90076240b1
commit 92594da959
13 changed files with 304 additions and 41 deletions

View File

@@ -1,4 +1,5 @@
using System;
using RevokeMsgPatcher.Utils;
using System;
using System.IO;
using System.Net;
using System.Threading.Tasks;
@@ -158,5 +159,10 @@ namespace RevokeMsgPatcher
});
MessageBox.Show("当前所支持的微信版本:" + Environment.NewLine + versions);
}
private void btnTest_Click(object sender, EventArgs e)
{
PathUtil.DisplayAllProgram();
}
}
}