摘要: Action action=()=>{ //查询等一系列耗时操作 return result; } action。BeginInvoke(new AsyncCallBack(res=>{ var result=action.EndInvoke(res); this.Invoke((Action)(( 阅读全文
posted @ 2020-10-12 22:07 逍遥帝君 阅读(2921) 评论(0) 推荐(0) 编辑
摘要: 1、多文件加密压缩 public class PackageEntity { public string PatchName { get; set; } public string PatchUrl { get; set; } public string FullPath { get; set; } 阅读全文
posted @ 2020-10-12 21:03 逍遥帝君 阅读(566) 评论(0) 推荐(0) 编辑