摘要: public partial class Form : Form { //窗体移动API [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static ... 阅读全文
posted @ 2018-09-20 15:30 纡ゾ少︶ㄣ 阅读(116) 评论(0) 推荐(0) 编辑
摘要: private void timer2_Tick(object sender, EventArgs e) { timer1.Interval = 200; AutoSideHideOrShow(); } void AutoSideHideOrShow() { ... 阅读全文
posted @ 2018-09-20 14:50 纡ゾ少︶ㄣ 阅读(226) 评论(0) 推荐(0) 编辑