ui/winui/MainWindow.idl@7b5ee7367b32
ui/winui/MainWindow.idl
Tue, 09 Jun 2026 18:50:13 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 09 Jun 2026 18:50:13 +0200
- changeset 1187
- 7b5ee7367b32
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix AppDelegate source file case (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;
}
}