Example #1
0
        private void DisplayDinnerPartyCost()
        {
            decimal Cost = dinnerParty.CalculateCost(healthyOptionCheckBox.Checked);

            DinnerPartyCostTextBox.Text = Cost.ToString("c");
        }
Example #2
0
        private void DisplayDinnerPartyCost()
        {
            decimal Cost = dinnerparty.CalculateCost(healthyBox.Checked);

            costLabel.Text = Cost.ToString("c");
        }