ui/winui/MainWindow.idl@51adf061e18f
ui/winui/MainWindow.idl
Thu, 26 Jun 2025 18:29:37 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 26 Jun 2025 18:29:37 +0200
- changeset 638
- 51adf061e18f
- 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;
}
}