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