private void txtnom_cargo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Keypress.Text(e, txtdescrip);
     Keypress.SoloLetras(e);
 }
Exemple #2
0
 private void txtuser_KeyPress(object sender, KeyPressEventArgs e)
 {
     //ESTAMOS BLOQUEANDO LA TECLA ENTER.
     Keypress.Text(e, txtuser);
 }