private void txtSb_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e, txtSldBa); }
private void txtHorasE_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNum(e); }
private void txtNombre_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }