Ejemplo n.º 1
0
 private bool IsSwitchKey(System.Windows.Forms.Keys key)
 {
     return(key.Equals(switchKey));
 }