Ejemplo n.º 1
0
 private void txtExpediente_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsValidarTextBox.SoloNumeros(e);
 }
Ejemplo n.º 2
0
 private void txtNumFactura_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsValidarTextBox.SoloNumeros(e);
 }