ui/winui/MainWindow.idl@f33f05cd0548
ui/winui/MainWindow.idl
Fri, 03 Oct 2025 11:31:27 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 03 Oct 2025 11:31:27 +0200
- changeset 793
- f33f05cd0548
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add missing widget.h include
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}