ui/winui/MainWindow.idl@3fc287f06305
ui/winui/MainWindow.idl
Mon, 12 Feb 2024 17:32:02 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 12 Feb 2024 17:32:02 +0100
- changeset 29
- 3fc287f06305
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
add minimal working download
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}