Ejemplo n.º 1
0
 private void txtFiltro_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.Letras(e);
 }
Ejemplo n.º 2
0
 private void txtDuracion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.NumerosEnteros(e);
 }