2013年1月7日

加载dll

摘要: 加载dllprivate void btn_LoadDll_Click(object sender, EventArgs e) { pnl_plugins.Controls.Clear(); string pluginPath = Application.StartupPath + @"\Plugins\"; if (!System.IO.File.Exists(pluginPath + "Plugin.dll")) { MessageBox.Sh... 阅读全文

posted @ 2013-01-07 21:23 %幻#影% 阅读(170) 评论(0) 推荐(0)

导航