ui/winui/MainWindow.idl@21f8a7656f6a
ui/winui/MainWindow.idl
Sun, 30 Mar 2025 11:28:24 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 30 Mar 2025 11:28:24 +0200
- changeset 534
- 21f8a7656f6a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add prefix to common object files
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}