ui/winui/MainWindow.idl@7cfd36aa005b
ui/winui/MainWindow.idl
Wed, 31 Jan 2024 12:55:11 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 31 Jan 2024 12:55:11 +0100
- changeset 17
- 7cfd36aa005b
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
add refresh 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;
}
}