Ejemplo n.º 1
0
 protected KeyPress All(KeyPress key1, KeyPress key2)
 {
     return(key1.Join(key2));
 }