mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -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()
|
private void ScrollRight()
|
||||||
{
|
{
|
||||||
if (m_textContainer == null)
|
if (m_textContainer == null)
|
||||||
|
@ -478,3 +481,4 @@ namespace CalculatorApp
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue