摘要: 先贴代码:先贴代码Codeusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace MouseHook{ public partial class ... 阅读全文
posted @ 2013-12-26 11:14 killf 阅读(407) 评论(0) 推荐(0)
摘要: 我在博客园安家啦,写个Hello-world留念下! Codeusing System;namespace Test{ public class Hi{ public static void Main(string[] argv){ Console.WriteLine("我在博客园安家啦!"); Console.Write("Pr... 阅读全文
posted @ 2013-12-18 18:14 killf 阅读(101) 评论(0) 推荐(0)