12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
// Copyright (c) Microsoft Corporation and Contributors.
|
|
// Licensed under the MIT License.
|
|
|
|
namespace CppUnpackagedDesktopTaskbarPin
|
|
{
|
|
[default_interface]
|
|
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
|
|
{
|
|
MainWindow();
|
|
}
|
|
}
|