ui/winui/MainWindow.idl@0a9f4d689c12
ui/winui/MainWindow.idl
Mon, 01 Jun 2026 20:29:26 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 01 Jun 2026 20:29:26 +0200
- changeset 1157
- 0a9f4d689c12
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix sourcelist onbuttonclickdata
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}