Files
cs2_united/cs2_chs/HotKeyWinApi.cs
世元 李 6f98aee80a soure
2020-03-17 01:17:30 +08:00

12 lines
171 B
C#

using System;
using System.Runtime.InteropServices;
using System.Windows.Input;
using System.Windows.Interop;
namespace cs2_chs
{
class HotKeyWinApi
{
}
}