コード例 #1
0
 public void UnregisterHotKey()
 {
     _isKeyRegistered = !HotKeyWinApi.UnregisterHotKey(_handle, _id);
 }
コード例 #2
0
 public void UnregisterHotKey()
 {
     isKeyRegistered = !HotKeyWinApi.UnregisterHotKey(handle, id);
 }