ui/winui/MainWindow.idl@b15bdec1776c
ui/winui/MainWindow.idl
Sat, 12 Jul 2025 12:56:52 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 12 Jul 2025 12:56:52 +0200
- changeset 651
- b15bdec1776c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix typo
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}