ui/winui/MainWindow.idl@acb5352a2038
ui/winui/MainWindow.idl
Mon, 12 Jan 2026 20:58:41 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 12 Jan 2026 20:58:41 +0100
- changeset 1047
- acb5352a2038
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
dummy objects should be created with 1 as ref 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;
}
}