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