コード例 #1
0
 public void SetFirstOperandValueForTesting(double value)
 {
     FirstOperand.SetValue(value);
 }
コード例 #2
0
 private void MoveResultToFirstOperand()
 {
     FirstOperand.SetValue(ResultOperand.Value);
     FirstOperand.UpdateTextFromValue();
     FirstOperand.SetHasAPoint(false);
 }