Skip to content

Commit

Permalink
Undo accidental edit to mainpage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachaj committed Dec 7, 2024
1 parent dc3274c commit fe1acfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace winrt::$safeprojectname$::implementation
{
MainPage()
{
// Xaml objects should not call InitializeComponent during construction. If a Xaml object needs to access a Xaml property during initialization, it should override
// Xaml objects should not call InitializeComponent during construction.
// If a Xaml object needs to access a Xaml property during initialization, it should override
// InitializeComponent. See https://github.com/microsoft/cppwinrt/tree/master/nuget#initializecomponent
}

Expand Down

0 comments on commit fe1acfb

Please sign in to comment.