ui/winui/MainWindow.idl@8b943f6009e2
ui/winui/MainWindow.idl
Tue, 08 Jul 2025 12:21:09 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 08 Jul 2025 12:21:09 +0200
- changeset 648
- 8b943f6009e2
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add compile_commands.json to .hgignore
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}