ui/winui/MainWindow.idl@4466ebbd9fd5
ui/winui/MainWindow.idl
Tue, 29 Oct 2024 20:30:00 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 29 Oct 2024 20:30:00 +0100
- changeset 74
- 4466ebbd9fd5
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
implement repo New Credentials 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;
}
}