2013-05-30 將DLL放到其他路徑 847 0 摘要:將DLL放到其他路徑 //可以將DLL放到其他路徑 ( 放到 DLLs 路徑底下) AppDomain.CurrentDomain.AppendPrivatePath(@"DLLs"); 回首頁