ui/winui/MainWindow.idl@ad7ced6cf00b
ui/winui/MainWindow.idl
Mon, 11 Nov 2024 22:42:09 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 11 Nov 2024 22:42:09 +0100
- changeset 78
- ad7ced6cf00b
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
implement resourceviewer textfile save 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;
}
}