ui/winui/MainWindow.idl@11004f307eae
ui/winui/MainWindow.idl
Tue, 25 Mar 2025 14:04:43 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 25 Mar 2025 14:04:43 +0100
- changeset 511
- 11004f307eae
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add LIB_PREFIX to the build system
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}