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