ui/winui/MainWindow.idl@73689d24080c
ui/winui/MainWindow.idl
Tue, 15 Jul 2025 12:09:51 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 15 Jul 2025 12:09:51 +0200
- changeset 665
- 73689d24080c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add missing 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;
}
}