2025-11-28 00:35:46 +09:00

12 lines
235 B
Plaintext

// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace PasskeyManager
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
}
}