摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2020-01-19 20:53 enych 阅读(461) 评论(0) 推荐(0) 编辑
摘要: private void timer1_Tick(object sender, EventArgs e) { if (GetAsyncKeyState(0x01) > 0) { keydown(); } //按下的时候开启 /* 开启时钟 */ //松开的时候关闭 /* 关闭时钟 */ } [Dll 阅读全文
posted @ 2020-01-19 16:29 enych 阅读(557) 评论(0) 推荐(0) 编辑