ui/winui/MainWindow.idl@a8410327b0dc
ui/winui/MainWindow.idl
Fri, 01 May 2026 20:49:35 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 01 May 2026 20:49:35 +0200
- changeset 1117
- a8410327b0dc
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
remove unused UiTabbedPane struct
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}