ui/winui/MainWindow.idl

Tue, 06 Feb 2024 14:17:22 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 06 Feb 2024 14:17:22 +0100
changeset 18
af411868ab9b
parent 0
2483f517c562
permissions
-rw-r--r--

implement dnd upload (without progressbar)

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