ui/winui/MainWindow.idl@473d8cb58a6c
ui/winui/MainWindow.idl
Wed, 31 Dec 2025 16:40:12 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 31 Dec 2025 16:40:12 +0100
- changeset 1040
- 473d8cb58a6c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
update ucx to version 4.0
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}