* UIForm:增加全局热键
This commit is contained in:
parent
0996892fd0
commit
e2979955fc
Binary file not shown.
@ -1,10 +1,25 @@
|
|||||||
using System;
|
/******************************************************************************
|
||||||
using System.Collections.Generic;
|
* SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。
|
||||||
using System.ComponentModel;
|
* CopyRight (C) 2012-2021 ShenYongHua(沈永华).
|
||||||
using System.Globalization;
|
* QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com
|
||||||
using System.Linq;
|
*
|
||||||
using System.Text;
|
* Blog: https://www.cnblogs.com/yhuse
|
||||||
using System.Threading.Tasks;
|
* 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;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace Sunny.UI
|
namespace Sunny.UI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user