ui/winui/MainWindow.idl@b1ac0dd1d38b
ui/winui/MainWindow.idl
Tue, 10 Oct 2023 10:58:14 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 10 Oct 2023 10:58:14 +0200
- branch
- newapi
- changeset 205
- b1ac0dd1d38b
- permissions
- -rw-r--r--
new winui vs project, add toolbar
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}