Exemple #1
0
 private void TxtConsultarProdutosMargemLucro_KeyPress(object sender, KeyPressEventArgs e)
 {
     TratamentoCampos.bloquearLetras(sender, e, txtConsultarProdutosMargemLucro.Text);
 }
Exemple #2
0
 private void TxtConsultarCursosInvestimento_KeyPress(object sender, KeyPressEventArgs e)
 {
     TratamentoCampos.bloquearLetras(sender, e, txtConsultarCursosInvestimento.Text);
 }
Exemple #3
0
 private void TxtConsultarProdutosValorCompra_KeyPress(object sender, KeyPressEventArgs e)
 {
     TratamentoCampos.bloquearLetras(sender, e, txtConsultarProdutosValorCompra.Text);
 }
Exemple #4
0
 private void TxtCadastrarProcedimentoValor_KeyPress(object sender, KeyPressEventArgs e)
 {
     TratamentoCampos.bloquearLetras(sender, e, txtCadastrarProcedimentoValor.Text);
 }