ui/winui/MainWindow.idl@330b415910bd
ui/winui/MainWindow.idl
Wed, 31 Dec 2025 09:16:02 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 31 Dec 2025 09:16:02 +0100
- changeset 1034
- 330b415910bd
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix build (Win32)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}