Esempio n. 1
0
 private void txtNumero_KeyPress(object sender, KeyPressEventArgs e)
 {
     Valida.TeclaNumeros(e);
 }
Esempio n. 2
0
 private void mskDataNasc_KeyPress(object sender, KeyPressEventArgs e)
 {
     Valida.TeclaNumeros(e);
 }