Esempio n. 1
0
        public void GetBTW(int bestellingid, TextBox txtbtw)
        {
            double btw = bestellingDAO.GetBTW(bestellingid);

            txtbtw.Text = btw.ToString("0.00");
        }