private void textBox2_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeros(e); }
private void textBox3_KeyPress(object sender, KeyPressEventArgs e) { Validar.NumerosDecimales(e); }
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }