随笔分类 -  c#

摘要:static System.Reflection.Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs args) { string path = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"lib\")... 阅读全文
posted @ 2017-06-02 08:57 大侠呀 阅读(1710) 评论(0) 推荐(0)