12 lines
171 B
C#
12 lines
171 B
C#
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows.Input;
|
|
using System.Windows.Interop;
|
|
namespace cs2_chs
|
|
{
|
|
class HotKeyWinApi
|
|
{
|
|
}
|
|
}
|