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); }