摘要: 对插件开发不太熟,这个例子是最基础的一个 下面直接贴后台代码 记事本Form1中 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System. 阅读全文
posted @ 2015-09-18 17:33 .追风逐月 阅读(487) 评论(0) 推荐(0)
摘要: 获取程序目录 string s = System.IO.Directory.GetCurrentDirectory(); Console.WriteLine(s);// C:\Users\r-\documents\visual studio 2013\Projects\TestMVC\Conso... 阅读全文
posted @ 2015-09-18 15:24 .追风逐月 阅读(1228) 评论(0) 推荐(0)
摘要: //获取当前工作目录路径Environment.CurrentDirectory 阅读全文
posted @ 2015-09-18 15:15 .追风逐月 阅读(399) 评论(0) 推荐(0)