ui/winui/MainWindow.idl@5c08f99b2a09
ui/winui/MainWindow.idl
Sun, 13 Apr 2025 22:33:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 13 Apr 2025 22:33:11 +0200
- changeset 564
- 5c08f99b2a09
- 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;
}
}