private void txtNumero_KeyPress(object sender, KeyPressEventArgs e) { Validación v = new Validación(); v.solonumeros(e); }
private void txtNombre_KeyPress(object sender, KeyPressEventArgs e) { Validación v = new Validación(); v.sololetras(e); }