private void txtVenda_Leave(object sender, EventArgs e) { FormataMoeda.formatarMoeda(txtVenda); }
private void txtCusto_Leave(object sender, EventArgs e) { FormataMoeda.formatarMoeda(txtCusto); }