ui/winui/MainWindow.idl@7a06f7fd6ff0
ui/winui/MainWindow.idl
Thu, 12 Jun 2025 11:01:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 12 Jun 2025 11:01:11 +0200
- changeset 617
- 7a06f7fd6ff0
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix rowspan typo
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}