摘要:
Windows Registry Editor Version 5.00 #不检查发行商的证书是否吊销[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publ 阅读全文
摘要:
//实现窗体抖动的效果 Point first = this.Location; for (int i = 0; i < 30; i++) { Random ran = new Random(); Point p = new Point(this.Location.X + ran.Next(10) 阅读全文