晚安, 还在功能性开发

This commit is contained in:
Demo_Liu
2021-05-31 21:54:10 +08:00
parent 9a45899b47
commit 0a983a3a17
8 changed files with 86 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ namespace GeekDesk.Util
public delegate void HotKeyCallBackHanlder();
}
enum HotkeyModifiers
public enum HotkeyModifiers
{
MOD_ALT = 0x1,
MOD_CONTROL = 0x2,