ui/winui/MainWindow.idl@ab2e458df182
ui/winui/MainWindow.idl
Thu, 16 Apr 2026 17:36:41 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 16 Apr 2026 17:36:41 +0200
- changeset 1090
- ab2e458df182
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix new UiModel 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;
}
}