Exemplo n.º 1
0
 /// <summary>
 /// Defines the entry point of the application.
 /// </summary>
 public static void Initialize()
 {
     HotKeyManager._hookID = HotKeyManager.SetHook(HotKeyManager._proc);
     Application.Run();
 }