ui/winui/MainWindow.idl@8649c6a29e6d
ui/winui/MainWindow.idl
Mon, 29 Jan 2024 12:19:21 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Jan 2024 12:19:21 +0100
- branch
- newapi
- changeset 237
- 8649c6a29e6d
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix wrong menu item list label string used
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}