ui/winui/MainWindow.idl

Mon, 28 Oct 2024 15:20:58 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 28 Oct 2024 15:20:58 +0100
changeset 65
48f43130b4a2
parent 0
2483f517c562
permissions
-rw-r--r--

implement UI for credentials settings

// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.

namespace winui
{
    [default_interface]
    runtimeclass MainWindow : Microsoft.UI.Xaml.Window
    {
        MainWindow();
        Int32 MyProperty;
    }
}

mercurial