ui/winui/MainWindow.idl@01653cc7256b
ui/winui/MainWindow.idl
Thu, 04 Jun 2026 19:21:28 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 04 Jun 2026 19:21:28 +0200
- changeset 1166
- 01653cc7256b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
remove unnecessary UiContext attach/detach fptrs
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}