예제 #1
0
 public string AppendDigit(String Digit)
 {
     Op.Append(Digit);
     return(ConvertToDisplay(Op.ActualOperand()));
 }