Beispiel #1
0
 private void txtMargemLucro_KeyPress(object sender, KeyPressEventArgs e)
 {
     FormataMoeda.aceitaNumero(e);
 }
Beispiel #2
0
 private void txtDesconto_KeyPress(object sender, KeyPressEventArgs e)
 {
     FormataMoeda.aceitaNumero(e);
 }
Beispiel #3
0
 private void txtQuantidade_KeyPress(object sender, KeyPressEventArgs e)
 {
     FormataMoeda.aceitaNumero(e);
 }
Beispiel #4
0
 private void txtPrecoUnitario_KeyPress(object sender, KeyPressEventArgs e)
 {
     FormataMoeda.aceitaNumero(e);
 }