ui/winui/MainWindow.idl@5578494147cb
ui/winui/MainWindow.idl
Wed, 30 Oct 2024 15:32:38 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 30 Oct 2024 15:32:38 +0100
- branch
- newapi
- changeset 376
- 5578494147cb
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix condvar windows implementation
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}