ui/winui/MainWindow.idl@e350602ed1ef
ui/winui/MainWindow.idl
Thu, 28 Aug 2025 20:05:34 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 28 Aug 2025 20:05:34 +0200
- changeset 734
- e350602ed1ef
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
remove unused UiTabViewArgs args
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}