ui/winui/MainWindow.idl@2aa2f75f8da4
ui/winui/MainWindow.idl
Thu, 09 Oct 2025 11:44:10 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 09 Oct 2025 11:44:10 +0200
- changeset 821
- 2aa2f75f8da4
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix qt build system
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}