ui/winui/MainWindow.idl@c0eb2bc7ab13
ui/winui/MainWindow.idl
Sat, 18 Apr 2026 08:07:24 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 18 Apr 2026 08:07:24 +0200
- changeset 1094
- c0eb2bc7ab13
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix attaching documents increases the reference counter
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}