void App::OnLaunched()

in PhotoEditor/App.cpp [63:72]


void App::OnLaunched(LaunchActivatedEventArgs const&)
{
    Frame rootFrame = CreateRootFrame();
    if (!rootFrame.Content())
    {
        rootFrame.Navigate(xaml_typename<PhotoEditor::MainPage>());
    }

    Window::Current().Activate();
}