摘要:
static void Main(string[] args) { SortedList sl = new SortedList(); sl.Add("001", "Zara Ali"); sl.Add("002", "Abida Rehma... 阅读全文
posted @ 2015-06-29 19:02
阿亮的笔记
阅读(3159)
评论(0)
推荐(1)
摘要:
代码如下:static void Main(string[] args){ Process proc = null; try { string targetDir = string.Format(@"D:\adapters\setup");//this is where mybatch.bat l... 阅读全文
posted @ 2015-06-29 15:45
阿亮的笔记
阅读(448)
评论(0)
推荐(0)