Example #1
0
        public void UpdateTotalValue(UpdateTotalHandler updateHandler)
        {
            currentValue = Double.Parse(CurrentDisplayText);

            totalValue = updateHandler(currentValue, totalValue);
        }
Example #2
0
        public void UpdateTotalValue(UpdateTotalHandler updateHandler)
        {
            currentValue = Double.Parse(CurrentDisplayText);

            totalValue = updateHandler(currentValue, totalValue);
        }