ui/winui/MainWindow.idl@9af327d0e0e4
ui/winui/MainWindow.idl
Sun, 16 Jun 2024 11:36:27 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 16 Jun 2024 11:36:27 +0200
- changeset 42
- 9af327d0e0e4
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
update toolkit
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}