ui/winui/MainWindow.idl@08a2421957f1
ui/winui/MainWindow.idl
Mon, 08 Sep 2025 12:43:52 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 08 Sep 2025 12:43:52 +0200
- changeset 752
- 08a2421957f1
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix motif build
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}