mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
fixes up a bug (#35)
This commit is contained in:
parent
5b792fa07e
commit
b6bd422685
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ namespace CalculatorApp
|
|||
|
||||
private void ShowAboutPage()
|
||||
{
|
||||
if (AboutPage != null)
|
||||
if (AboutPage == null)
|
||||
{
|
||||
FindName("AboutPage");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue