Ejemplo n.º 1
0
 public void SetFirstOperandValueForTesting(double value)
 {
     FirstOperand.SetValue(value);
 }
Ejemplo n.º 2
0
 private void MoveResultToFirstOperand()
 {
     FirstOperand.SetValue(ResultOperand.Value);
     FirstOperand.UpdateTextFromValue();
     FirstOperand.SetHasAPoint(false);
 }