コード例 #1
0
 private void txtAno_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacaoNumerica.validaAno(sender, e);
 }
コード例 #2
0
 private void txtValor_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacaoNumerica.validaValor(sender, e);
 }