摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 7 namespace Wi 阅读全文
posted @ 2014-05-23 17:32 D-Greet 阅读(755) 评论(0) 推荐(0) 编辑
摘要: 有很多方案,先来最傻瓜式的 : 1 static class Program 2 { 3 /// <summary> 4 /// 应用程序的主入口点。 5 /// </summary> 6 [STAThread] 7 static void Main() 8 { 9 if (System.Diagn 阅读全文
posted @ 2014-05-23 17:30 D-Greet 阅读(1327) 评论(4) 推荐(1) 编辑