mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
added a comma
This commit is contained in:
parent
248b762b80
commit
36fbdd3f72
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ void App::OnAppLaunch(IActivatedEventArgs^ args, String^ argument)
|
||||||
// Create a Frame to act as the navigation context
|
// Create a Frame to act as the navigation context
|
||||||
rootFrame = App::CreateFrame();
|
rootFrame = App::CreateFrame();
|
||||||
|
|
||||||
// When the navigation stack isn't restored navigate to the first page,
|
// When the navigation stack isn't restored, navigate to the first page,
|
||||||
// configuring the new page by passing required information as a navigation
|
// configuring the new page by passing required information as a navigation
|
||||||
// parameter
|
// parameter
|
||||||
if (!rootFrame->Navigate(MainPage::typeid, argument))
|
if (!rootFrame->Navigate(MainPage::typeid, argument))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue