Update CalculationResult.cs

I have added 2 new lines.
This commit is contained in:
Taha-PTUT51 2024-05-20 18:30:04 +05:00 committed by GitHub
commit 1f25ce4152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
} }
} }
} }