ui/winui/MainWindow.idl@1ebc781c7d17
ui/winui/MainWindow.idl
Sun, 15 Jun 2025 11:21:48 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 15 Jun 2025 11:21:48 +0200
- changeset 623
- 1ebc781c7d17
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
rename ui_detach_document2 to ui_detach_document
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}