ui/winui/MainWindow.idl@b174e721663e
ui/winui/MainWindow.idl
Sat, 27 Dec 2025 22:47:56 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 27 Dec 2025 22:47:56 +0100
- changeset 117
- b174e721663e
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
update toolkit, ucx
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}