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