ui/winui/MainWindow.idl@d3a8c29ebdaa
ui/winui/MainWindow.idl
Sun, 17 May 2026 10:46:35 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 17 May 2026 10:46:35 +0200
- changeset 1127
- d3a8c29ebdaa
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_call_action/ui_broadcast_action
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}