ui/winui/MainWindow.idl@5360027fb282
ui/winui/MainWindow.idl
Sun, 17 Nov 2024 15:19:32 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 17 Nov 2024 15:19:32 +0100
- changeset 87
- 5360027fb282
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
download/upload refactoring, add cancel button, resolves #498 fixes #506
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}