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