ui/winui/MainWindow.idl@ccc568017872
ui/winui/MainWindow.idl
Sun, 15 Mar 2026 12:07:05 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 15 Mar 2026 12:07:05 +0100
- changeset 1076
- ccc568017872
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
merge
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}