ui/winui/MainWindow.idl

Wed, 27 Nov 2024 16:48:59 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 27 Nov 2024 16:48:59 +0100
changeset 93
5ee236155955
parent 0
2483f517c562
permissions
-rw-r--r--

use repo encryption and SSL settings, resolves #516

// 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