ui/winui/MainWindow.idl@0a150985d6b6
ui/winui/MainWindow.idl
Mon, 18 May 2026 21:29:56 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 18 May 2026 21:29:56 +0200
- changeset 1128
- 0a150985d6b6
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix UiObject close handling
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}