ui/winui/MainWindow.idl@70725b87381a
ui/winui/MainWindow.idl
Sat, 21 Mar 2026 07:49:22 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 21 Mar 2026 07:49:22 +0100
- changeset 1079
- 70725b87381a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
manually instantiate the AppDelegate (Cocoa)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}