private void txtValor_KeyPress(object sender, KeyPressEventArgs e) { ValidacaoNumerica.validaValor(sender, e); }