摘要: 最近用CefSharp做了一个chrome核心的浏览器。 在win 7、win 10系统上都正常运行,但是在win 8系统上报错了。 win 8系统:System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到 阅读全文
posted @ 2018-05-27 20:47 小水皮 阅读(10290) 评论(1) 推荐(1) 编辑
摘要: public void ThreadSaveFileDialog(string sourceFileName) { Thread importThread = new Thread(new ParameterizedThreadStart(SaveDialog)); importThread.SetApartment... 阅读全文
posted @ 2018-05-27 10:22 小水皮 阅读(249) 评论(0) 推荐(0) 编辑