Skip to content

Commit fe1acfb

Browse files
committed
Undo accidental edit to mainpage
1 parent dc3274c commit fe1acfb

File tree

1 file changed

+2
-1
lines changed
  • vsix/ProjectTemplates/VC/Windows Universal/BlankApp

1 file changed

+2
-1
lines changed

vsix/ProjectTemplates/VC/Windows Universal/BlankApp/MainPage.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ namespace winrt::$safeprojectname$::implementation
88
{
99
MainPage()
1010
{
11-
// Xaml objects should not call InitializeComponent during construction. If a Xaml object needs to access a Xaml property during initialization, it should override
11+
// Xaml objects should not call InitializeComponent during construction.
12+
// If a Xaml object needs to access a Xaml property during initialization, it should override
1213
// InitializeComponent. See https://github.com/microsoft/cppwinrt/tree/master/nuget#initializecomponent
1314
}
1415

0 commit comments

Comments
 (0)