Skip to content

Commit 4276048

Browse files
jaigakkythant
andauthored
Inherit BlankWindow from Window instead of Page (#3400)
Co-authored-by: Kyaw Thant <48363984+kythant@users.noreply.github.com>
1 parent 1829ad7 commit 4276048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/VSIX/ItemTemplates/Desktop/CppWinRT/BlankWindow/BlankWindow.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace $rootnamespace$
55
{
66
[default_interface]
7-
runtimeclass $safeitemname$ : Microsoft.UI.Xaml.Controls.Page
7+
runtimeclass $safeitemname$ : Microsoft.UI.Xaml.Window
88
{
99
$safeitemname$();
1010
Int32 MyProperty;

0 commit comments

Comments
 (0)