ui/winui/MainWindow.idl@a6e70dead6bd
ui/winui/MainWindow.idl
Tue, 10 Jun 2025 12:34:21 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 10 Jun 2025 12:34:21 +0200
- changeset 614
- a6e70dead6bd
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
more arg refactoring (winui3)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}