mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
PR feedback
This commit is contained in:
parent
695b82d2f1
commit
d3b86db518
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ MainPage::MainPage() :
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainPage::OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e)
|
void MainPage::OnNavigatedTo(NavigationEventArgs^ e)
|
||||||
{
|
{
|
||||||
if (m_model->CalculatorViewModel)
|
if (m_model->CalculatorViewModel)
|
||||||
{
|
{
|
||||||
|
|
|
@ -39,7 +39,7 @@ namespace CalculatorApp
|
||||||
Windows::Foundation::Collections::IObservableVector<Platform::Object^>^ CreateUIElementsForCategories(_In_ Windows::Foundation::Collections::IObservableVector<CalculatorApp::Common::NavCategoryGroup^>^ categories);
|
Windows::Foundation::Collections::IObservableVector<Platform::Object^>^ CreateUIElementsForCategories(_In_ Windows::Foundation::Collections::IObservableVector<CalculatorApp::Common::NavCategoryGroup^>^ categories);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override;
|
void OnNavigatedTo(_In_ Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void WindowSizeChanged(_In_ Platform::Object^ sender, _In_ Windows::UI::Core::WindowSizeChangedEventArgs^ e);
|
void WindowSizeChanged(_In_ Platform::Object^ sender, _In_ Windows::UI::Core::WindowSizeChangedEventArgs^ e);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue