示例#1
0
        public string Add()
        {
            Op.setOperation(delegateController.GetDelegateRef(1));
            String result = ConvertToDisplay(Op.ActualOperand());

            Op.NextOperand();
            return(result);
        }