ui/winui/MainWindow.idl

Sun, 16 Jun 2024 11:31:50 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 16 Jun 2024 11:31:50 +0200
branch
newapi
changeset 294
7232a8e68eeb
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

fix build

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