ui/winui/MainWindow.idl@3099bf907e21
ui/winui/MainWindow.idl
Tue, 26 Nov 2024 15:53:57 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 26 Nov 2024 15:53:57 +0100
- branch
- newapi
- changeset 393
- 3099bf907e21
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix missing terminator in uic_copy_groups
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}