ui/winui/MainWindow.idl@2995d8b86cc3
ui/winui/MainWindow.idl
Wed, 25 Jun 2025 22:21:01 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 25 Jun 2025 22:21:01 +0200
- changeset 635
- 2995d8b86cc3
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix qt build
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}