Exemplo n.º 1
0
 private void txtAno_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacaoNumerica.validaAno(sender, e);
 }
Exemplo n.º 2
0
 private void txtValor_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacaoNumerica.validaValor(sender, e);
 }