mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
Update CalculationResult.cs
I have added 2 new lines.
This commit is contained in:
parent
e0a17f43b0
commit
1f25ce4152
1 changed files with 4 additions and 0 deletions
|
@ -434,6 +434,9 @@ namespace CalculatorApp
|
|||
}
|
||||
}
|
||||
|
||||
M.taha
|
||||
cout << a+b << endl;
|
||||
|
||||
private void ScrollRight()
|
||||
{
|
||||
if (m_textContainer == null)
|
||||
|
@ -478,3 +481,4 @@ namespace CalculatorApp
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue