ui/winui/MainWindow.idl@1ecc1183f046
ui/winui/MainWindow.idl
Sun, 11 Feb 2024 15:59:56 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 11 Feb 2024 15:59:56 +0100
- changeset 28
- 1ecc1183f046
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
implement new-collection toolbar button
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}