ui/winui/MainWindow.idl@097f45f9c1fa
ui/winui/MainWindow.idl
Sun, 26 Nov 2023 15:44:28 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 26 Nov 2023 15:44:28 +0100
- branch
- newapi
- changeset 225
- 097f45f9c1fa
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add new path textfield (WinUI3)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}