Ejemplo n.º 1
0
 void setHotKey(Keys key)
 {
     hotKey = new KeyHandler(key, this, 1);
     hotKey.Register();
 }