ui/winui/MainWindow.idl@32a4415dc69a
ui/winui/MainWindow.idl
Sat, 11 Oct 2025 10:23:22 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 11 Oct 2025 10:23:22 +0200
- changeset 831
- 32a4415dc69a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
more sourcelist styling (Cocoa)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}