private void txtidentificacion_KeyPress(object sender, KeyPressEventArgs e) { v.Solo_Numeros(e); }
private void txtdni_KeyPress(object sender, KeyPressEventArgs e) { v.Solo_Numeros(e); }
private void txtusuario_KeyPress(object sender, KeyPressEventArgs e) { Validacion_texbox v = new Validacion_texbox(); v.Solo_Numeros(e); }
private void txtbuscadorCliente_KeyPress(object sender, KeyPressEventArgs e) { Validacion_texbox v = new Validacion_texbox(); v.Solo_Numeros(e); }
private void txtbuscarClient_KeyPress(object sender, KeyPressEventArgs e) { v.Solo_Numeros(e); }
private void txtnumpedido_KeyPress(object sender, KeyPressEventArgs e) { va.Solo_Numeros(e); }