private void txtMargemLucro_KeyPress(object sender, KeyPressEventArgs e) { FormataMoeda.aceitaNumero(e); }
private void txtDesconto_KeyPress(object sender, KeyPressEventArgs e) { FormataMoeda.aceitaNumero(e); }
private void txtQuantidade_KeyPress(object sender, KeyPressEventArgs e) { FormataMoeda.aceitaNumero(e); }
private void txtPrecoUnitario_KeyPress(object sender, KeyPressEventArgs e) { FormataMoeda.aceitaNumero(e); }