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