ui/winui/MainWindow.idl@971dd0f3a117
ui/winui/MainWindow.idl
Sun, 23 Feb 2025 17:10:45 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 23 Feb 2025 17:10:45 +0100
- changeset 474
- 971dd0f3a117
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix UiContext detaching
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}