コード例 #1
0
 /// <summary>
 ///     Calls Dispose: Unregisters the hotkey
 /// </summary>
 /// <param name="hotKey">The Hotkey</param>
 public static void UnRegister(HotKey hotKey)
 {
     hotKey.Dispose();
 }
コード例 #2
0
ファイル: HotKey.cs プロジェクト: tablesmit/BotSuite
 /// <summary>
 ///     Calls Dispose: Unregisters the hotkey
 /// </summary>
 /// <param name="hotKey">The Hotkey</param>
 public static void UnRegister(HotKey hotKey)
 {
     hotKey.Dispose();
 }