14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
// Copyright (c) Microsoft Corporation and Contributors.
|
|
// Licensed under the MIT License.
|
|
|
|
import "TabViewModel.idl";
|
|
|
|
namespace AppTabsIntegration
|
|
{
|
|
[default_interface]
|
|
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
|
|
{
|
|
MainWindow();
|
|
}
|
|
}
|