Example #1
0
 private void MoveResultToFirstOperand()
 {
     FirstOperand.SetValue(ResultOperand.Value);
     FirstOperand.UpdateTextFromValue();
     FirstOperand.SetHasAPoint(false);
 }