* UIForm:增加全局热键

This commit is contained in:
Sunny 2021-10-25 15:42:17 +08:00
parent 0996892fd0
commit e2979955fc
2 changed files with 22 additions and 7 deletions

Binary file not shown.

View File

@ -1,10 +1,25 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UHotKey.cs
* :
* : V3.0
* : 2021-10-25
*
* 2021-10-25: V3.0.8
******************************************************************************/
using System;
using System.Windows.Forms;
namespace Sunny.UI