Beispiel #1
0
        private void bt_SomaReservasCliente_Click(object sender, EventArgs e)
        {
            float soma = _acessoBanco.BuscaSomaReservasCliente();

            txtBox_Reservas.Clear();
            txtBox_Reservas.Text = "R$" + soma.ToString("0.00");
            atualizaTextoComandosSQLExecutados();
        }