private void txtNumAnillo1_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void txtMosNA_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void tbToleranciaPeso_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }