ui/winui/MainWindow.idl@cce6dad72164
ui/winui/MainWindow.idl
Fri, 03 Apr 2026 14:22:52 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 03 Apr 2026 14:22:52 +0200
- changeset 1084
- cce6dad72164
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix file names on macos
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}