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