예제 #1
0
 private void txtFiltro_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.Letras(e);
 }
예제 #2
0
 private void txtDuracion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.NumerosEnteros(e);
 }